mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 15:05:53 +00:00
ICU-13504 LanguageTestFmwk.setUp() should be private
X-SVN-Rev: 40702
This commit is contained in:
parent
d4206fa2e5
commit
9ef908e366
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue