--- old/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java 2017-01-09 15:55:14.155051437 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java 2017-01-09 15:55:14.063051439 -0800 @@ -34,10 +34,10 @@ * A visitor of program elements based on their {@linkplain * ElementKind kind} with default behavior appropriate for the {@link * SourceVersion#RELEASE_8 RELEASE_8} source version. For {@linkplain - * Element elements} XYZ that may have more than one - * kind, the visitXYZ methods in this class delegate - * to the visitXYZKind method corresponding to the - * first argument's kind. The visitXYZKind methods + * Element elements} XYZ that may have more than one + * kind, the visitXYZ methods in this class delegate + * to the visitXYZKind method corresponding to the + * first argument's kind. The visitXYZKind methods * call {@link #defaultAction defaultAction}, passing their arguments * to {@code defaultAction}'s corresponding parameters. *