Depreacte SystemProperties 0-argument contructor
This commit is contained in:
parent
02a16cbda0
commit
235a874ea1
|
@ -852,4 +852,14 @@ public final class SystemProperties {
|
|||
public static String getUserTimezone() {
|
||||
return getProperty(USER_TIMEZONE);
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private in 4.0.
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public SystemProperties() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue