diff --git a/src/java/org/apache/commons/lang/SystemUtils.java b/src/java/org/apache/commons/lang/SystemUtils.java index fbd3879bb..157a65f30 100644 --- a/src/java/org/apache/commons/lang/SystemUtils.java +++ b/src/java/org/apache/commons/lang/SystemUtils.java @@ -695,8 +695,8 @@ public class SystemUtils { * @since Java 1.2 */ public static final String USER_COUNTRY = - (getSystemProperty("user.country") == null ? - getSystemProperty("user.region") : getSystemProperty("user.country")); + getSystemProperty("user.country") == null ? + getSystemProperty("user.region") : getSystemProperty("user.country"); /** *

The user.dir System Property. User's current working