--- old/src/jdk.compiler/share/classes/com/sun/source/tree/TreeVisitor.java 2020-07-10 15:59:53.569210437 -0700 +++ new/src/jdk.compiler/share/classes/com/sun/source/tree/TreeVisitor.java 2020-07-10 15:59:53.189219834 -0700 @@ -40,7 +40,7 @@ * *

WARNING: It is possible that methods will be added to * this interface to accommodate new, currently unknown, language - * structures added to future versions of the Java™ programming + * structures added to future versions of the Java programming * language. Therefore, visitor classes directly implementing this * interface may be source incompatible with future versions of the * platform.