< prev index next >

src/java.rmi/share/classes/sun/rmi/runtime/Log.java

Print this page

        

@@ -94,11 +94,11 @@
      *
      * Need to first convert override value to a log level, taking
      * care to interpret a range of values between BRIEF, VERBOSE and
      * SILENT.
      *
-     * An override < 0 is interpreted to mean that the logging
+     * An override {@literal <} 0 is interpreted to mean that the logging
      * configuration should not be overridden. The level passed to the
      * factories createLog method will be null in this case.
      *
      * Note that if oldLogName is null and old logging is on, the
      * returned LogStreamLog will ignore the override parameter - the
< prev index next >