summaryrefslogtreecommitdiff
path: root/java/util
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2007-01-03 22:34:24 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2007-01-03 22:34:24 +0000
commit956a1df4a565bc70f1acbfedb89ad8b40a5c7eee (patch)
tree8e817e7bb82be5c016fbe2d3dcc85b1991cf0763 /java/util
parentf556d74c9d3e75c214ce8cd66ea77116fca43a80 (diff)
downloadclasspath-956a1df4a565bc70f1acbfedb89ad8b40a5c7eee.tar.gz
5A2007-01-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/text/BreakIterator.java: (getCharacterInstance(Locale)): Check providers. (getLineInstance(Locale)): Likewise. (getSentenceInstance(Locale)): Likewise. (getWordInstance(Locale)): Likewise. * java/text/spi/BreakIteratorProvider.java: New file. * java/text/spi/DateFormatSymbolsProvider.java: Update header text. * java/util/ServiceConfigurationError.java: Add serialVersionUID.
Diffstat (limited to 'java/util')
-rw-r--r--java/util/ServiceConfigurationError.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/util/ServiceConfigurationError.java b/java/util/ServiceConfigurationError.java
index 537c3ae95..1d006c8de 100644
--- a/java/util/ServiceConfigurationError.java
+++ b/java/util/ServiceConfigurationError.java
@@ -59,6 +59,11 @@ public class ServiceConfigurationError
{
/**
+ * Compatible with JDK 1.6
+ */
+ private static final long serialVersionUID = 74132770414881L;
+
+ /**
* Constructs a new {@link ServiceConfigurationError}
* with the specified message.
*