--- old/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java 2019-11-10 21:54:10.500471999 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor9.java 2019-11-10 21:54:10.352545999 -0800 @@ -34,7 +34,7 @@ /** * A skeletal visitor of program elements with default behavior * appropriate for source versions {@link SourceVersion#RELEASE_9 - * RELEASE_9} through {@link SourceVersion#RELEASE_14 RELEASE_14}. + * RELEASE_9} through {@link SourceVersion#RELEASE_15 RELEASE_15}. * *

WARNING: The {@code ElementVisitor} interface * implemented by this class may have methods added to it in the @@ -65,7 +65,7 @@ * @since 9 * @spec JPMS */ -@SupportedSourceVersion(RELEASE_14) +@SupportedSourceVersion(RELEASE_15) public abstract class AbstractElementVisitor9 extends AbstractElementVisitor8 { /** * Constructor for concrete subclasses to call.