You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/01/14 10:25:09 UTC

[lang] SystemDefaultsSwitch: fix javadoc code example

Repository: commons-lang
Updated Branches:
  refs/heads/master e843239cf -> e72654ed5


SystemDefaultsSwitch: fix javadoc code example


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e72654ed
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/e72654ed
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/e72654ed

Branch: refs/heads/master
Commit: e72654ed5ad90e5dd1ec08b11760e2f27b64d5c7
Parents: e843239
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Jan 14 11:24:59 2018 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Jan 14 11:24:59 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/lang3/test/SystemDefaultsSwitch.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e72654ed/src/test/java/org/apache/commons/lang3/test/SystemDefaultsSwitch.java
----------------------------------------------------------------------
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 cc26fa4..091e9d8 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 @@ 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
  *     }