diff options
Diffstat (limited to 'libjava/java/text/DateFormat.java')
-rw-r--r-- | libjava/java/text/DateFormat.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/text/DateFormat.java b/libjava/java/text/DateFormat.java index 745a16b3ec2..0947b8058ad 100644 --- a/libjava/java/text/DateFormat.java +++ b/libjava/java/text/DateFormat.java @@ -196,9 +196,9 @@ public abstract class DateFormat extends Format implements Cloneable * object: * <P> * <ul> - * <li>Is not <code>null</code>. - * <li>Is an instance of <code>DateFormat</code>. - * <li>Has the same numberFormat field value as this object. + * <li>Is not <code>null</code>.</li> + * <li>Is an instance of <code>DateFormat</code>.</li> + * <li>Has the same numberFormat field value as this object.</li> * </ul> * * @param obj The object to test for equality against. |