--- old/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java 2017-01-09 15:55:16.311051395 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java 2017-01-09 15:55:16.215051397 -0800 @@ -34,10 +34,10 @@ * A visitor of types based on their {@linkplain TypeKind kind} with * default behavior appropriate for the {@link SourceVersion#RELEASE_7 * RELEASE_7} source version. For {@linkplain - * TypeMirror types} 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 + * TypeMirror types} 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. *