< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor7.java

Print this page

        

*** 93,103 **** protected SimpleElementVisitor7(R defaultValue){ super(defaultValue); } /** ! * This implementation calls {@code defaultAction}. * * @param e {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} */ --- 93,105 ---- protected SimpleElementVisitor7(R defaultValue){ super(defaultValue); } /** ! * {@inheritDoc} ! * ! * @implSpec This implementation calls {@code defaultAction}. * * @param e {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} */
< prev index next >