< prev index next >

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

Print this page

        

*** 97,108 **** protected ElementKindVisitor7(R defaultValue) { super(defaultValue); } /** ! * Visits a {@code RESOURCE_VARIABLE} variable element by calling ! * {@code defaultAction}. * * @param e {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} */ --- 97,109 ---- protected ElementKindVisitor7(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 >