--- old/src/java.base/share/classes/java/lang/Boolean.java 2015-05-19 12:02:38.511722690 -0700 +++ new/src/java.base/share/classes/java/lang/Boolean.java 2015-05-19 12:02:38.295722699 -0700 @@ -230,13 +230,12 @@ } /** - * Returns {@code true} if and only if the system property - * named by the argument exists and is equal to the string - * {@code "true"}. (Beginning with version 1.0.2 of the - * JavaTM platform, the test of - * this string is case insensitive.) A system property is accessible - * through {@code getProperty}, a method defined by the - * {@code System} class. + * Returns {@code true} if and only if the system property named + * by the argument exists and is equal to the string {@code + * "true"}. (Beginning with version 1.0.2 of the Java™ + * platform, the test of this string is case insensitive.) A + * system property is accessible through {@code getProperty}, a + * method defined by the {@code System} class. *

* If there is no property with the specified name, or if the specified * name is empty or null, then {@code false} is returned.