--- old/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner6.java 2017-11-18 08:15:56.545673887 -0800 +++ new/src/java.compiler/share/classes/javax/lang/model/util/ElementScanner6.java 2017-11-18 08:15:56.237519872 -0800 @@ -164,7 +164,9 @@ } /** - * {@inheritDoc} This implementation scans the enclosed elements. + * {@inheritDoc} + * + * @implSpec This implementation scans the enclosed elements. * * @param e {@inheritDoc} * @param p {@inheritDoc} @@ -175,7 +177,9 @@ } /** - * {@inheritDoc} This implementation scans the enclosed elements. + * {@inheritDoc} + * + * @implSpec This implementation scans the enclosed elements. * * @param e {@inheritDoc} * @param p {@inheritDoc} @@ -188,7 +192,7 @@ /** * {@inheritDoc} * - * This implementation scans the enclosed elements, unless the + * @implSpec This implementation scans the enclosed elements, unless the * element is a {@code RESOURCE_VARIABLE} in which case {@code * visitUnknown} is called. * @@ -204,7 +208,9 @@ } /** - * {@inheritDoc} This implementation scans the parameters. + * {@inheritDoc} + * + * @implSpec This implementation scans the parameters. * * @param e {@inheritDoc} * @param p {@inheritDoc} @@ -215,7 +221,9 @@ } /** - * {@inheritDoc} This implementation scans the enclosed elements. + * {@inheritDoc} + * + * @implSpec This implementation scans the enclosed elements. * * @param e {@inheritDoc} * @param p {@inheritDoc}