< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/Locatable.java

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

@@ -35,11 +35,11 @@
  */
 public interface Locatable {
 
     /**
      * Returns the {@link Location} of this mirror, if there is
-     * executable code associated with it. Note that both Java&trade;
+     * executable code associated with it. Note that both Java
      * programming language methods and native methods have executable
      * code.
      * Returns null for abstract methods, since abstract methods
      * have no executable code.
      *
< prev index next >