diff -r 55866aa5fb54 -r 4113f16d5109 src/java.base/share/classes/java/util/PropertyPermission.java --- a/src/java.base/share/classes/java/util/PropertyPermission.java Thu Oct 17 02:49:14 2019 +0200 +++ b/src/java.base/share/classes/java/util/PropertyPermission.java Wed Oct 16 18:47:11 2019 -0700 @@ -463,10 +463,10 @@ * * @param permission the Permission object to add. * - * @throws IllegalArgumentException - if the permission is not a + * @throws IllegalArgumentException if the permission is not a * PropertyPermission * - * @throws SecurityException - if this PropertyPermissionCollection + * @throws SecurityException if this PropertyPermissionCollection * object has been marked readonly */ @Override