ICU-13504 LanguageTestFmwk.setUp() should be private
X-SVN-Rev: 40702
This commit is contained in:
parent
d4206fa2e5
commit
9ef908e366
@ -228,7 +228,7 @@ public abstract class LanguageTestFmwk extends TestFmwk implements TimeUnitConst
|
||||
xAssertEquals(null, expected, n, actual);
|
||||
}
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
private void setUp() throws Exception {
|
||||
pfFactory = pfs.newPeriodFormatterFactory().setLocale(locale);
|
||||
pbFactory = pfs.newPeriodBuilderFactory().setLocale(locale);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user