< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/request/ModificationWatchpointRequest.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -30,11 +30,11 @@
 import com.sun.jdi.event.ModificationWatchpointEvent;
 
 /**
  * Request for notification when a field is set.
  * This event will be triggered when a value is assigned to the specified
- * field with a Java&trade; programming
+ * field with a Java programming
  * language statement (assignment, increment, etc) or by a
  * Java Native Interface (JNI) set function (<code>Set&lt;Type&gt;Field,
  * SetStatic&lt;Type&gt;Field</code>).
  * Setting a field to a value which is the same as the previous value
  * still triggers this event.
< prev index next >