--- old/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor9.java 2018-12-05 13:51:43.261868260 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor9.java 2018-12-05 13:51:43.073962254 -0800 @@ -34,7 +34,7 @@ * A visitor of types based on their {@linkplain TypeKind kind} with * default behavior appropriate for source versions {@link * SourceVersion#RELEASE_9 RELEASE_9} through {@link - * SourceVersion#RELEASE_12 RELEASE_12}. + * SourceVersion#RELEASE_13 RELEASE_13}. * * For {@linkplain * TypeMirror types} Xyz that may have more than one @@ -77,7 +77,7 @@ * @see TypeKindVisitor8 * @since 9 */ -@SupportedSourceVersion(RELEASE_12) +@SupportedSourceVersion(RELEASE_13) public class TypeKindVisitor9 extends TypeKindVisitor8 { /** * Constructor for concrete subclasses to call; uses {@code null}