diff -r a7f16447085e -r 48e480e56aad src/java.base/share/classes/java/lang/UnsupportedOperationException.java --- a/src/java.base/share/classes/java/lang/UnsupportedOperationException.java Tue Sep 24 10:04:13 2019 +0000 +++ b/src/java.base/share/classes/java/lang/UnsupportedOperationException.java Tue Sep 24 09:43:43 2019 +0100 @@ -56,7 +56,7 @@ * Constructs a new exception with the specified detail message and * cause. * - *

Note that the detail message associated with cause is + *

Note that the detail message associated with {@code cause} is * not automatically incorporated in this exception's detail * message. *