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()
|
// private void initRbUCA()
|
||||||
{
|
// {
|
||||||
if(rbUCA == null) {
|
// if(rbUCA == null) {
|
||||||
String ucarules = UCA.getRules(true);
|
// String ucarules = UCA.getRules(true);
|
||||||
try {
|
// try {
|
||||||
rbUCA = new RuleBasedCollator(ucarules);
|
// rbUCA = new RuleBasedCollator(ucarules);
|
||||||
} catch(Exception e) {
|
// } catch(Exception e) {
|
||||||
errln("Failure creating UCA rule-based collator: " + e);
|
// errln("Failure creating UCA rule-based collator: " + e);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
private String parseString(String line) {
|
private String parseString(String line) {
|
||||||
int i = 0, value;
|
int i = 0, value;
|
||||||
|
Loading…
Reference in New Issue
Block a user