summaryrefslogtreecommitdiff
path: root/java/util/logging/Formatter.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/util/logging/Formatter.java')
-rw-r--r--java/util/logging/Formatter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/logging/Formatter.java b/java/util/logging/Formatter.java
index feaf55315..f4e4d013f 100644
--- a/java/util/logging/Formatter.java
+++ b/java/util/logging/Formatter.java
@@ -139,7 +139,7 @@ public abstract class Formatter
ResourceBundle bundle;
Object[] params;
- /* This will throw a NullPointerExceptionif record is null. */
+ /* This will throw a NullPointerException if record is null. */
msg = record.getMessage();
if (msg == null)
msg = "";