SystemDefaultsSwitch: fix javadoc code example
This commit is contained in:
parent
e843239cf9
commit
e72654ed5a
|
@ -44,7 +44,7 @@ import org.junit.runners.model.Statement;
|
|||
* }
|
||||
*
|
||||
* {@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
|
||||
* }
|
||||
|
|
Loading…
Reference in New Issue