--- old/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java 2019-12-02 22:13:22.482536000 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java 2019-12-02 22:13:22.318453999 -0800 @@ -34,7 +34,7 @@ /** * A scanning 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}. * * The visitXyz methods in this * class scan their component elements by calling {@code scan} on @@ -92,7 +92,7 @@ * @since 9 * @spec JPMS */ -@SupportedSourceVersion(RELEASE_14) +@SupportedSourceVersion(RELEASE_15) public class ElementScanner9 extends ElementScanner8 { /** * Constructor for concrete subclasses; uses {@code null} for the