summaryrefslogtreecommitdiff
path: root/java/text/DecimalFormatSymbols.java
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-11-29 22:43:35 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-11-29 22:43:35 +0000
commit3be294e0e9f07e379e1499b9868db9855eb8726f (patch)
treea1f67d3f1469ecc142b11c30b1e3c2e1a624794d /java/text/DecimalFormatSymbols.java
parentf40b961c6c82ebc9ae9863635e5fe19c0b07c116 (diff)
downloadclasspath-3be294e0e9f07e379e1499b9868db9855eb8726f.tar.gz
2006-11-29 Andrew John Hughes <gnu_andrew@member.fsf.org>
* Merge of HEAD-->generics for 2006/11/12-2006/11/29.
Diffstat (limited to 'java/text/DecimalFormatSymbols.java')
-rw-r--r--java/text/DecimalFormatSymbols.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/text/DecimalFormatSymbols.java b/java/text/DecimalFormatSymbols.java
index a8735d361..e4a14a7e3 100644
--- a/java/text/DecimalFormatSymbols.java
+++ b/java/text/DecimalFormatSymbols.java
@@ -69,7 +69,7 @@ public final class DecimalFormatSymbols implements Cloneable, Serializable
{
try
{
- return super.clone ();
+ return super.clone();
}
catch(CloneNotSupportedException e)
{