diff options
author | Narayan Kamath <narayan@google.com> | 2016-06-17 09:58:26 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-06-17 09:58:26 +0000 |
commit | ac0f1579b34c55b8e486ef3d04664658d6cc0b51 (patch) | |
tree | b37c5124ea7d50060bf86d23a06531d9ba6a11d6 | |
parent | cebaf509dd1299a4761007e3a700e4805f4c8bba (diff) | |
parent | 3dece30a6d31e00981405650ca700fe6e5cf199f (diff) |
Merge "ICU: Document that collation rules are omitted."
-rwxr-xr-x | ojluni/src/main/java/java/text/RuleBasedCollator.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ojluni/src/main/java/java/text/RuleBasedCollator.java b/ojluni/src/main/java/java/text/RuleBasedCollator.java index c54de11737..3c82624042 100755 --- a/ojluni/src/main/java/java/text/RuleBasedCollator.java +++ b/ojluni/src/main/java/java/text/RuleBasedCollator.java @@ -307,6 +307,9 @@ public class RuleBasedCollator extends Collator { /** * Gets the table-based rules for the collation object. * + * <p>On Android, the returned string will be empty unless this instance was + * constructed using {@link #RuleBasedCollator(String)}. + * * @return returns the collation rules that the table collation object * was created from. */ |