ICU-8877 Commented out currently unused private method to clean up Eclipse IDE warnings.
X-SVN-Rev: 31086
This commit is contained in:
parent
21a67903a4
commit
57f294624e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user