diff -r 705325a63a58 -r 61c9885d76e2 jdk/src/share/classes/java/util/logging/Handler.java --- a/jdk/src/share/classes/java/util/logging/Handler.java Wed Apr 30 11:28:05 2014 +0200 +++ b/jdk/src/share/classes/java/util/logging/Handler.java Wed Apr 30 15:02:24 2014 +0400 @@ -158,7 +158,7 @@ *
* Some Handlers may not use Formatters, in * which case the Formatter will be remembered, but not used. - *
+ * * @param newFormatter the Formatter to use (may not be null) * @exception SecurityException if a security manager exists and if * the caller does not have LoggingPermission("control"). @@ -329,7 +329,7 @@ * may make other Handler specific checks that might prevent a * handler from logging the LogRecord. It will return false if * the LogRecord is null. - *
+ * * @param record a LogRecord * @return true if the LogRecord would be logged. *