< prev index next >

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

Print this page

        

@@ -28,11 +28,11 @@
 import com.sun.jdi.*;
 
 /**
  * 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<SUP><FONT SIZE="-2">TM</FONT></SUP> programming
+ * field with a Java&trade; 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 >