summaryrefslogtreecommitdiff
path: root/java/text/CollationKey.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-17 18:36:27 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-17 18:36:27 +0000
commit97ac4f0dc026358b2562305ded6216848da87c0e (patch)
treeb4f12f3e1efd13e6ce3a77c90c4c1713b3c4b5e5 /java/text/CollationKey.java
parent99e11c8ca2416b1b761e4b6123bd3ad46b304eab (diff)
downloadclasspath-97ac4f0dc026358b2562305ded6216848da87c0e.tar.gz
2004-04-17 Michael Koch <konqueror@gmx.de>
* java/text/ChoiceFormat.java, java/text/CollationElementIterator.java, java/text/CollationKey.java, java/text/Collator.java, java/text/DateFormat.java, java/text/DateFormatSymbols.java, java/text/DecimalFormatSymbols.java, java/text/Format.java, java/text/ParsePosition.java, java/text/RuleBasedCollator.java, java/text/SimpleDateFormat.java, java/text/StringCharacterIterator.java: Fixed HTML tags in javadocs all over
Diffstat (limited to 'java/text/CollationKey.java')
-rw-r--r--java/text/CollationKey.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/text/CollationKey.java b/java/text/CollationKey.java
index cf359f19e..4e6aca263 100644
--- a/java/text/CollationKey.java
+++ b/java/text/CollationKey.java
@@ -129,12 +129,12 @@ public final class CollationKey implements Comparable
* this object. This will be true if and only if:
* <p>
* <ul>
- * <li>The specified object must not be <code>null</code>
- * <li>The specified object is an instance of <code>CollationKey</code>.
+ * <li>The specified object must not be <code>null</code></li>
+ * <li>The specified object is an instance of <code>CollationKey</code>.</li>
* <li>The specified object was created from the same <code>Collator</code>
- * as this object.
+ * as this object.</li>
* <li>The specified object has the same source string and bit key as
- * this object.
+ * this object.</li>
* </ul>
*
* @param obj The <code>Object</code> to test for equality.