< prev index next >

src/java.management/share/classes/sun/management/counter/Counter.java

Print this page

        

@@ -61,11 +61,11 @@
      * Returns an Object that encapsulates the data value of this counter
      */
     public Object getValue();
 
     /**
-     * Returns <tt>true</tt> if this counter is an internal counter.
+     * Returns {@code true} if this counter is an internal counter.
      */
     public boolean isInternal();
 
     /**
      * Return the flags associated with the counter.
< prev index next >