ICU-8877 Commented out currently unused private method to clean up Eclipse IDE warnings.

X-SVN-Rev: 31086
This commit is contained in:
Yoshito Umaoka 2011-12-09 22:43:22 +00:00
parent 21a67903a4
commit 57f294624e

View File

@ -137,17 +137,17 @@ public class UCAConformanceTest extends TestFmwk {
private void initRbUCA()
{
if(rbUCA == null) {
String ucarules = UCA.getRules(true);
try {
rbUCA = new RuleBasedCollator(ucarules);
} catch(Exception e) {
errln("Failure creating UCA rule-based collator: " + e);
}
}
}
// private void initRbUCA()
// {
// if(rbUCA == null) {
// String ucarules = UCA.getRules(true);
// try {
// rbUCA = new RuleBasedCollator(ucarules);
// } catch(Exception e) {
// errln("Failure creating UCA rule-based collator: " + e);
// }
// }
// }
private String parseString(String line) {
int i = 0, value;