< prev index next >

src/java.base/share/classes/sun/invoke/util/BytecodeName.java

Print this page
rev 12608 : [mq]: XXXXXXX-gt-lt-in-code

@@ -293,11 +293,11 @@
      * Each resulting array element will be either a dangerous character,
      * or else a safe bytecode name.
      * (The safe name might possibly be mangled to hide further dangerous characters.)
      * For example, the qualified class name {@code java/lang/String}
      * will be parsed into the array {@code {"java", '/', "lang", '/', "String"}}.
-     * The name {@code &lt;init&gt;} will be parsed into { '&lt;', "init", '&gt;'}}
+     * The name {@code <init>} will be parsed into { '&lt;', "init", '&gt;'}}
      * The name {@code foo/bar$:baz} will be parsed into
      * {@code {"foo", '/', "bar", '$', ':', "baz"}}.
      * The name {@code ::\=:foo:\=bar\!baz} will be parsed into
      * {@code {':', ':', "", ':', "foo", ':', "bar:baz"}}.
      */
< prev index next >