diff -r de0fd2c8a401 -r 8f041818aca9 src/java.base/share/classes/java/lang/Runtime.java --- a/src/java.base/share/classes/java/lang/Runtime.java Fri Mar 30 14:36:18 2018 -0700 +++ b/src/java.base/share/classes/java/lang/Runtime.java Mon Apr 02 16:39:17 2018 -0700 @@ -1140,7 +1140,7 @@ * number is not the major-release number but the feature-release * counter, incremented for every time-based release. Use the {@link * #feature()} method in preference to this method. For compatibility, - * this method returns the value of the feature + * this method returns the value of the feature * element. * * @return The value of the feature element @@ -1158,7 +1158,7 @@ * number is not the minor-release number but the interim-release * counter, incremented for every interim release. Use the {@link * #interim()} method in preference to this method. For compatibility, - * this method returns the value of the interim + * this method returns the value of the interim * element, or zero if it is absent. * * @return The value of the interim element, or zero @@ -1176,7 +1176,7 @@ * number is not the security level but the update-release counter, * incremented for every update release. Use the {@link #update()} * method in preference to this method. For compatibility, this method - * returns the value of the update element, or + * returns the value of the update element, or * zero if it is absent. * * @return The value of the update element, or zero @@ -1188,9 +1188,9 @@ /** * Returns an unmodifiable {@link java.util.List List} of the integers - * represented in the version number. The {@code - * List} always contains at least one element corresponding to the feature version number. + * represented in the version number. + * The {@code List} always contains at least one element corresponding to + * the feature version number. * * @return An unmodifiable list of the integers * represented in the version number