From e72654ed5ad90e5dd1ec08b11760e2f27b64d5c7 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Sun, 14 Jan 2018 11:24:59 +0100 Subject: [PATCH] SystemDefaultsSwitch: fix javadoc code example --- .../org/apache/commons/lang3/test/SystemDefaultsSwitch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/test/SystemDefaultsSwitch.java b/src/test/java/org/apache/commons/lang3/test/SystemDefaultsSwitch.java index cc26fa465..091e9d8cd 100644 --- a/src/test/java/org/apache/commons/lang3/test/SystemDefaultsSwitch.java +++ b/src/test/java/org/apache/commons/lang3/test/SystemDefaultsSwitch.java @@ -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 * }