jdk/src/share/classes/java/beans/DesignMode.java
changeset 8760 83843c0b84f7
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
--- a/jdk/src/share/classes/java/beans/DesignMode.java	Wed Mar 16 18:48:00 2011 +0300
+++ b/jdk/src/share/classes/java/beans/DesignMode.java	Thu Mar 17 18:22:54 2011 +0300
@@ -31,7 +31,7 @@
  * of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy
  * of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
  * <p>
- * The JavaBeans specification defines the notion of design time as is a
+ * The JavaBeans&trade; specification defines the notion of design time as is a
  * mode in which JavaBeans instances should function during their composition
  * and customization in a interactive design, composition or construction tool,
  * as opposed to runtime when the JavaBean is part of an applet, application,