summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshito Umaoka <yoshito_umaoka@us.ibm.com>2015-12-01 05:36:12 +0000
committerFredrik Roubert <roubert@google.com>2016-02-04 16:48:11 +0100
commitadbfdff4c07bbd138e39c01f0c807873fee1813d (patch)
treefc370154f5ce838e83db22d8e0f7ebdf53332382
parentef50c15232301f9dd0b9e3db55c21fdbdcf97921 (diff)
downloadicu-adbfdff4c07bbd138e39c01f0c807873fee1813d.tar.gz
Cherry-pick: ticket:12010: Fixed a typo @returns in the previous commit.
http://bugs.icu-project.org/trac/changeset/38100 Change-Id: I71add18361b9f482d9cf1d93fbb252fb72e3b85c
-rw-r--r--icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java
index 876abd117..5b806f324 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java
@@ -238,7 +238,7 @@ public class DateIntervalInfo implements Cloneable, Freezable<DateIntervalInfo>,
/**
* Compares the specified object with this <code>PatternInfo</code> for equality.
* @param a The object to be compared.
- * @returns <code>true</code> if the specified object is equal to this <code>PatternInfo</code>.
+ * @return <code>true</code> if the specified object is equal to this <code>PatternInfo</code>.
* @stable ICU 4.0
*/
public boolean equals(Object a) {