--- old/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java 2019-10-30 16:24:27.719747139 -0700 +++ new/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java 2019-10-30 16:24:27.351747152 -0700 @@ -177,9 +177,9 @@ checkOutput(Output.OUT, true, // Bad type parameter warnings. "warning - @param argument " - + "\"\" is not a type parameter name.", + + "\"\" is not the name of a type parameter.", "warning - @param argument " - + "\"\" is not a type parameter name."); + + "\"\" is not the name of a type parameter."); // Signature of subclass that has type parameters. checkOutput("pkg/TypeParameterSubClass.html", true,