jdk/src/share/classes/java/util/logging/Handler.java
changeset 3853 9d2382b74894
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/util/logging/Handler.java	Mon Sep 14 18:54:26 2009 -0600
+++ b/jdk/src/share/classes/java/util/logging/Handler.java	Tue Sep 15 22:11:15 2009 -0600
@@ -274,7 +274,7 @@
      * <tt>Level</tt> and  whether it satisfies any <tt>Filter</tt>.  It also
      * 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.
+     * the <tt>LogRecord</tt> is null.
      * <p>
      * @param record  a <tt>LogRecord</tt>
      * @return true if the <tt>LogRecord</tt> would be logged.