jdk/src/share/classes/java/util/logging/ConsoleHandler.java
changeset 18156 edb590d448c5
parent 14321 7f9f265ac11e
child 19808 39cb79123ab2
--- a/jdk/src/share/classes/java/util/logging/ConsoleHandler.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/java/util/logging/ConsoleHandler.java	Mon Jun 10 12:58:32 2013 +0100
@@ -35,7 +35,7 @@
  * <p>
  * <b>Configuration:</b>
  * By default each <tt>ConsoleHandler</tt> is initialized using the following
- * <tt>LogManager</tt> configuration properties where <tt><handler-name></tt>
+ * <tt>LogManager</tt> configuration properties where {@code <handler-name>}
  * refers to the fully-qualified class name of the handler.
  * If properties are not defined
  * (or have invalid values) then the specified default values are used.