File tree Expand file tree Collapse file tree
APIJSONORM/src/main/java/apijson Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ public class Log {
1717 public static final String VERSION = "5.3.0" ;
1818 public static final String KEY_SYSTEM_INFO_DIVIDER = "\n ---|-----APIJSON SYSTEM INFO-----|---\n " ;
1919
20- public static final String OS_NAME ;
21- public static final String OS_VERSION ;
22- public static final String OS_ARCH ;
23- public static final String JAVA_VERSION ;
24- static {
25- OS_NAME = System .getProperty ("os.name" );
26- OS_VERSION = System .getProperty ("os.version" );
27- OS_ARCH = System .getProperty ("os.arch" );
28- JAVA_VERSION = System .getProperty ("java.version" );
29- }
20+ public static final String OS_NAME ;
21+ public static final String OS_VERSION ;
22+ public static final String OS_ARCH ;
23+ public static final String JAVA_VERSION ;
24+ static {
25+ OS_NAME = System .getProperty ("os.name" );
26+ OS_VERSION = System .getProperty ("os.version" );
27+ OS_ARCH = System .getProperty ("os.arch" );
28+ JAVA_VERSION = System .getProperty ("java.version" );
29+ }
3030
3131
3232 //默认的时间格式
You can’t perform that action at this time.
0 commit comments