mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-8710 One more Java compiler warning fix for ICU4J 4.8.1
X-SVN-Rev: 30359
This commit is contained in:
parent
05a386320e
commit
b9500da3b5
1 changed files with 3 additions and 1 deletions
|
@ -60,6 +60,9 @@ public class SpoofCheckerTest extends TestFmwk {
|
|||
*/
|
||||
public void TestUSpoof() {
|
||||
SpoofChecker sc = new SpoofChecker.Builder().build();
|
||||
if (sc == null) {
|
||||
errln("FAIL: null SpoofChecker");
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -71,7 +74,6 @@ public class SpoofCheckerTest extends TestFmwk {
|
|||
logln("Skip this test case because of the IBM Java 5 bug");
|
||||
return;
|
||||
}
|
||||
SpoofChecker sc = new SpoofChecker.Builder().build();
|
||||
String fileName;
|
||||
Reader confusables;
|
||||
Reader confusablesWholeScript;
|
||||
|
|
Loading…
Add table
Reference in a new issue