--- old/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor6.java 2017-11-18 08:16:00.855828076 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor6.java 2017-11-18 08:16:00.547674063 -0800 @@ -113,9 +113,10 @@ } /** - * The default action for visit methods. The implementation in - * this class just returns {@link #DEFAULT_VALUE}; subclasses will - * commonly override this method. + * The default action for visit methods. + * + * @implSpec The implementation in this class just returns {@link + * #DEFAULT_VALUE}; subclasses will commonly override this method. * * @param e the type to process * @param p a visitor-specified parameter @@ -126,7 +127,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -139,6 +142,8 @@ /** * {@inheritDoc} This implementation calls {@code defaultAction}. * + * @implSpec This implementation calls {@code defaultAction}. + * * @param t {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} @@ -148,7 +153,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -159,7 +166,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -170,7 +179,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -181,7 +192,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -192,7 +205,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -203,7 +218,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} @@ -214,7 +231,9 @@ } /** - * {@inheritDoc} This implementation calls {@code defaultAction}. + * {@inheritDoc} + * + * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc}