diff options
author | Michael Koch <konqueror@gmx.de> | 2004-04-17 18:36:27 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2004-04-17 18:36:27 +0000 |
commit | 97ac4f0dc026358b2562305ded6216848da87c0e (patch) | |
tree | b4f12f3e1efd13e6ce3a77c90c4c1713b3c4b5e5 /java/text/ParsePosition.java | |
parent | 99e11c8ca2416b1b761e4b6123bd3ad46b304eab (diff) | |
download | classpath-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/ParsePosition.java')
-rw-r--r-- | java/text/ParsePosition.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/text/ParsePosition.java b/java/text/ParsePosition.java index 83e92689f..c6dffed8f 100644 --- a/java/text/ParsePosition.java +++ b/java/text/ParsePosition.java @@ -116,10 +116,10 @@ public class ParsePosition * all of the following conditions are met. * <p> * <ul> - * <li>The specified object is not <code>null</code>. - * <li>The specified object is an instance of <code>ParsePosition</code>. + * <li>The specified object is not <code>null</code>.</li> + * <li>The specified object is an instance of <code>ParsePosition</code>.</li> * <li>The specified object has the same index and error index as - * this object. + * this object.</li> * </ul> * * @param obj The <code>Object</code> to test for equality against |