diff options
Diffstat (limited to 'libjava/java/text/Collator.java')
-rw-r--r-- | libjava/java/text/Collator.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/text/Collator.java b/libjava/java/text/Collator.java index bb5a3449139..907057eb0f9 100644 --- a/libjava/java/text/Collator.java +++ b/libjava/java/text/Collator.java @@ -183,10 +183,10 @@ public abstract class Collator implements Comparator, Cloneable * object. This will be true if and only if the following conditions are * met: * <ul> - * <li>The specified object is not <code>null</code>. - * <li>The specified object is an instance of <code>Collator</code>. + * <li>The specified object is not <code>null</code>.</li> + * <li>The specified object is an instance of <code>Collator</code>.</li> * <li>The specified object has the same strength and decomposition - * settings as this object. + * settings as this object.</li> * </ul> * * @param obj The <code>Object</code> to test for equality against |