diff -r a7f16447085e -r 48e480e56aad src/java.base/share/classes/java/lang/ClassFormatError.java --- a/src/java.base/share/classes/java/lang/ClassFormatError.java Tue Sep 24 10:04:13 2019 +0000 +++ b/src/java.base/share/classes/java/lang/ClassFormatError.java Tue Sep 24 09:43:43 2019 +0100 @@ -39,14 +39,14 @@ private static final long serialVersionUID = -8420114879011949195L; /** - * Constructs a ClassFormatError with no detail message. + * Constructs a {@code ClassFormatError} with no detail message. */ public ClassFormatError() { super(); } /** - * Constructs a ClassFormatError with the specified + * Constructs a {@code ClassFormatError} with the specified * detail message. * * @param s the detail message.