--- old/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java 2019-11-10 21:54:11.607917999 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor9.java 2019-11-10 21:54:11.463989999 -0800 @@ -34,7 +34,7 @@ * A visitor of program elements based on their {@linkplain * ElementKind kind} with default behavior appropriate for source * versions {@link SourceVersion#RELEASE_9 RELEASE_9} through {@link - * SourceVersion#RELEASE_14 RELEASE_14}. + * SourceVersion#RELEASE_15 RELEASE_15}. * * For {@linkplain * Element elements} Xyz that may have more than one @@ -80,7 +80,7 @@ * @since 9 * @spec JPMS */ -@SupportedSourceVersion(RELEASE_14) +@SupportedSourceVersion(RELEASE_15) public class ElementKindVisitor9 extends ElementKindVisitor8 { /** * Constructor for concrete subclasses; uses {@code null} for the