aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/text/Collator.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/text/Collator.java')
-rw-r--r--libjava/java/text/Collator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/text/Collator.java b/libjava/java/text/Collator.java
index 60da531..9a356c1 100644
--- a/libjava/java/text/Collator.java
+++ b/libjava/java/text/Collator.java
@@ -132,9 +132,9 @@ public abstract class Collator implements Comparator, Cloneable
}
// Decompose a single character and append results to the buffer.
- protected native final void decomposeCharacter (char c, StringBuffer buf);
+ native final void decomposeCharacter (char c, StringBuffer buf);
// These names are fixed by the serialization spec.
- protected int decmp;
- protected int strength;
+ int decmp;
+ int strength;
}