--- old/src/share/classes/java/lang/System.java 2014-04-09 08:38:29.274299342 -0700 +++ new/src/share/classes/java/lang/System.java 2014-04-09 08:38:29.110298246 -0700 @@ -133,7 +133,6 @@ *

First, if there is a security manager, its checkPermission * method is called with a RuntimePermission("setIO") permission * to see if it's ok to reassign the "standard" input stream. - *

* * @param in the new standard input stream. * @@ -762,7 +761,6 @@ * permission. This may result in a SecurityException being thrown. * If no exception is thrown, the specified property is set to the given * value. - *

* * @param key the name of the system property. * @param value the value of the system property. @@ -801,7 +799,6 @@ * is called with a PropertyPermission(key, "write") * permission. This may result in a SecurityException being thrown. * If no exception is thrown, the specified property is removed. - *

* * @param key the name of the system property to be removed. * @return the previous string value of the system property,