--- old/src/java.compiler/share/classes/javax/lang/model/element/ElementVisitor.java 2017-01-10 18:35:01.534069812 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/element/ElementVisitor.java 2017-01-10 18:35:01.446113813 -0800 @@ -32,7 +32,7 @@ * pattern. Classes implementing this interface are used to operate * on an element when the kind of element is unknown at compile time. * When a visitor is passed to an element's {@link Element#accept - * accept} method, the visitXYZ method most applicable + * accept} method, the visitXyz method most applicable * to that element is invoked. * *

Classes implementing this interface may or may not throw a @@ -56,9 +56,9 @@ * be added in a source compatible way if they were added as * default methods. However, default methods are only * available on Java SE 8 and higher releases and the {@code - * javax.lang.model.*} packages bundled in Java SE 8 are required to + * javax.lang.model.*} packages bundled in Java SE 8 were required to * also be runnable on Java SE 7. Therefore, default methods - * cannot be used when extending {@code javax.lang.model.*} + * were not used when extending {@code javax.lang.model.*} * to cover Java SE 8 language features. However, default methods may * be used in subsequent revisions of the {@code javax.lang.model.*} * packages that are only required to run on Java SE 8 and higher