< prev index next >

src/jdk.rmic/share/classes/sun/tools/javac/SourceMember.java

Print this page

        

@@ -392,11 +392,11 @@
     /**
      * Check this field.
      * <p>
      * This is the method which requests checking.
      * The real work is done by
-     * <tt>Vset check(Environment, Context, Vset)</tt>.
+     * {@code Vset check(Environment, Context, Vset)}.
      */
     public void check(Environment env) throws ClassNotFound {
         if (tracing) env.dtEnter("SourceMember.check: " +
                                  getName() + ", status = " + status);
         // rely on the class to check all fields in the proper order
< prev index next >