diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 22:20:24 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 22:20:24 -0700 |
commit | 5d287a9d9768195f53e244414b465ec4a6f72625 (patch) | |
tree | 32ff909271b0a01bc62e2b661321958cad5fe6c8 /text/src/main/java | |
parent | 9fdda7315a733131bc1b6b5e08535d1199113be0 (diff) | |
download | libcore-5d287a9d9768195f53e244414b465ec4a6f72625.zip libcore-5d287a9d9768195f53e244414b465ec4a6f72625.tar.gz libcore-5d287a9d9768195f53e244414b465ec4a6f72625.tar.bz2 |
auto import //branches/master/...@140412
Diffstat (limited to 'text/src/main/java')
-rw-r--r-- | text/src/main/java/java/text/RuleBasedCollator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/src/main/java/java/text/RuleBasedCollator.java b/text/src/main/java/java/text/RuleBasedCollator.java index 41a51e2..6418962 100644 --- a/text/src/main/java/java/text/RuleBasedCollator.java +++ b/text/src/main/java/java/text/RuleBasedCollator.java @@ -390,7 +390,7 @@ public class RuleBasedCollator extends Collator { /** * Returns the collation rules of this collator. These {@code rules} can be - * fed into the {@link #RuleBasedCollator(String)} constructor. + * fed into the {@code RuleBasedCollator(String)} constructor. * <p> * Note that the {@code rules} are actually interpreted as a delta to the * standard Unicode Collation Algorithm (UCA). Hence, an empty {@code rules} |