--- old/src/share/classes/java/util/logging/ConsoleHandler.java 2014-04-18 06:24:43.914973514 -0700 +++ new/src/share/classes/java/util/logging/ConsoleHandler.java 2014-04-18 06:24:43.755972429 -0700 @@ -62,7 +62,7 @@ *
  • com.foo.MyHandler.level=INFO
  • *
  • com.foo.MyHandler.formatter=java.util.logging.SimpleFormatter
  • * - *

    + * * @since 1.4 */ public class ConsoleHandler extends StreamHandler { @@ -86,7 +86,7 @@ *

    * The logging request was made initially to a Logger object, * which initialized the LogRecord and forwarded it here. - *

    + * * @param record description of the log event. A null record is * silently ignored and is not published */