Removed extra () layer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@234412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57fbefb6e6
commit
f9c0dca1bf
|
@ -695,8 +695,8 @@ public class SystemUtils {
|
||||||
* @since Java 1.2
|
* @since Java 1.2
|
||||||
*/
|
*/
|
||||||
public static final String USER_COUNTRY =
|
public static final String USER_COUNTRY =
|
||||||
(getSystemProperty("user.country") == null ?
|
getSystemProperty("user.country") == null ?
|
||||||
getSystemProperty("user.region") : getSystemProperty("user.country"));
|
getSystemProperty("user.region") : getSystemProperty("user.country");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>The <code>user.dir</code> System Property. User's current working
|
* <p>The <code>user.dir</code> System Property. User's current working
|
||||||
|
|
Loading…
Reference in New Issue