src/share/classes/java/util/logging/Formatter.java

Print this page

        

@@ -103,11 +103,10 @@
      * <li>If there are no parameters, no formatter is used.
      * <li>Otherwise, if the string contains "{0" then
      *     java.text.MessageFormat  is used to format the string.
      * <li>Otherwise no formatting is performed.
      * </ul>
-     * <p>
      *
      * @param  record  the log record containing the raw message
      * @return   a localized and formatted message
      */
     public synchronized String formatMessage(LogRecord record) {