diff options
Diffstat (limited to 'libjava/java/text/CollationKey.java')
-rw-r--r-- | libjava/java/text/CollationKey.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/text/CollationKey.java b/libjava/java/text/CollationKey.java index 8859b320463..abc28b22ebb 100644 --- a/libjava/java/text/CollationKey.java +++ b/libjava/java/text/CollationKey.java @@ -140,12 +140,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. |