提交 9cd0d00d authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Update default value and javadoc of JAVA_SPECIFICATION_VERSION

上级 b5c947e5
...@@ -58,10 +58,10 @@ public class SysProperties { ...@@ -58,10 +58,10 @@ public class SysProperties {
/** /**
* System property <code>java.specification.version</code>.<br /> * System property <code>java.specification.version</code>.<br />
* It is set by the system. Examples: 1.4, 1.5, 1.6. * It is set by the system. Examples: 0.9 (on Android), 1.7, 1.8, 9, 10.
*/ */
public static final String JAVA_SPECIFICATION_VERSION = public static final String JAVA_SPECIFICATION_VERSION =
Utils.getProperty("java.specification.version", "1.4"); Utils.getProperty("java.specification.version", "1.7");
/** /**
* System property <code>line.separator</code> (default: \n).<br /> * System property <code>line.separator</code> (default: \n).<br />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论