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

    + * * @since 1.4 */ @@ -267,7 +267,7 @@ * whether it satisfies any Filter. However it does not * check whether the LogRecord would result in a "push" of the * buffer contents. It will return false if the LogRecord is null. - *

    + * * @param record a LogRecord * @return true if the LogRecord would be logged. *