SystemDefaultsSwitch: fix javadoc code example

This commit is contained in:
pascalschumacher 2018-01-14 11:24:59 +01:00
parent e843239cf9
commit e72654ed5a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
* }
*
* {@literal @}Test
* {@literal @}SystemDefaults(local="zh_CN")
* {@literal @}SystemDefaults(locale="zh_CN")
* public void testWithSimplifiedChinaDefaultLocale() {
* // Locale.getDefault() will return Locale.CHINA until the end of this test method
* }