diff options
Diffstat (limited to 'libjava/classpath/java/text/Collator.java')
-rw-r--r-- | libjava/classpath/java/text/Collator.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/classpath/java/text/Collator.java b/libjava/classpath/java/text/Collator.java index 16ee6b1241b..d6cb5ac0eb9 100644 --- a/libjava/classpath/java/text/Collator.java +++ b/libjava/classpath/java/text/Collator.java @@ -406,10 +406,12 @@ public abstract class Collator implements Comparator<Object>, Cloneable // Decompose a single character and append results to the buffer. // FIXME: for libgcj this is a native method which handles // decomposition. For Classpath, for now, it does nothing. + /* final void decomposeCharacter (char c, StringBuffer buf) { buf.append (c); } + */ /** * This is the current collation decomposition setting. |