jdk/src/share/classes/java/util/logging/Handler.java
changeset 24196 61c9885d76e2
parent 22110 06e486bc20b6
--- 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 @@
      * <p>
      * Some <tt>Handlers</tt> may not use <tt>Formatters</tt>, in
      * which case the <tt>Formatter</tt> will be remembered, but not used.
-     * <p>
+     *
      * @param newFormatter the <tt>Formatter</tt> to use (may not be null)
      * @exception  SecurityException  if a security manager exists and if
      *             the caller does not have <tt>LoggingPermission("control")</tt>.
@@ -329,7 +329,7 @@
      * may make other <tt>Handler</tt> specific checks that might prevent a
      * handler from logging the <tt>LogRecord</tt>. It will return false if
      * the <tt>LogRecord</tt> is null.
-     * <p>
+     *
      * @param record  a <tt>LogRecord</tt>
      * @return true if the <tt>LogRecord</tt> would be logged.
      *