< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/ContextStack.java

Print this page

        

@@ -93,11 +93,11 @@
         this.env = env;
         env.contextStack = this;
     }
 
     /**
-     * Return true if env.nerrors > 0.
+     * Return true if {@code env.nerrors > 0}.
      */
     public boolean anyErrors () {
         return env.nerrors > 0;
     }
 
< prev index next >