summaryrefslogtreecommitdiff
path: root/java/text/NumberFormat.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/text/NumberFormat.java')
-rw-r--r--java/text/NumberFormat.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/text/NumberFormat.java b/java/text/NumberFormat.java
index fef986bc3..555ee3739 100644
--- a/java/text/NumberFormat.java
+++ b/java/text/NumberFormat.java
@@ -1,5 +1,5 @@
/* NumberFormat.java -- Formats and parses numbers
- Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2012
Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -177,7 +177,6 @@ public abstract class NumberFormat extends Format implements Cloneable
* This constructor is only used by the deserializer. Without it,
* it would fail to construct a valid object.
*/
- @SuppressWarnings("unused")
private Field()
{
super("");