From c2484b06207426d25e9ea7d2e6051e54ed1d658c Mon Sep 17 00:00:00 2001
From: Markus Scherer
Date: Tue, 9 Sep 2014 22:03:48 +0000
Subject: [PATCH] ICU-7118 minor doc fixes
X-SVN-Rev: 36413
---
.../classes/collate/src/com/ibm/icu/text/Collator.java | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java
index 32dde8616bf..9b4e0d43e9a 100644
--- a/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java
+++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java
@@ -1246,9 +1246,10 @@ public abstract class Collator implements Comparator
Note that collation keys are often less efficient than simply doing comparison.
+ *
+ *
Note that collation keys are often less efficient than simply doing comparison.
* For more details, see the ICU User Guide.
- *
+ *
*
See the CollationKey class documentation for more information.
* @param source the string to be transformed into a CollationKey.
* @return the CollationKey for the given String based on this Collator's
@@ -1266,8 +1267,10 @@ public abstract class Collator implements Comparator