ICU-13504 LanguageTestFmwk.setUp() should be private

X-SVN-Rev: 40702
This commit is contained in:
Fredrik Roubert 2017-12-06 14:54:09 +00:00
parent d4206fa2e5
commit 9ef908e366

View File

@ -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);
}