summaryrefslogtreecommitdiff
path: root/java/util/logging/Formatter.java
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2013-02-26 09:45:40 +1100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2013-02-26 09:45:40 +1100
commita285ee5bd7f796fde7ac2a4524d3789dc952ea73 (patch)
tree05528aea5d31eb96e915c8bd74ec072d6d16a7a9 /java/util/logging/Formatter.java
parent2a0cb4d76201ee1e6c9a879056e5ac0aea00a7b1 (diff)
downloadclasspath-a285ee5bd7f796fde7ac2a4524d3789dc952ea73.tar.gz
Implement javax.tools.ToolProvider using ecj. Cleanup and make more use of Classpath logging mechanism.
Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
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 = "";