< prev index next >

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

Print this page

        

*** 96,107 **** protected ElementKindVisitor9(R defaultValue) { super(defaultValue); } /** ! * Visits a {@code ModuleElement} by calling {@code ! * defaultAction}. * * @param e the element to visit * @param p a visitor-specified parameter * @return the result of {@code defaultAction} */ --- 96,108 ---- protected ElementKindVisitor9(R defaultValue) { super(defaultValue); } /** ! * {@inheritDoc} ! * ! * @implSpec This implementation calls {@code defaultAction}. * * @param e the element to visit * @param p a visitor-specified parameter * @return the result of {@code defaultAction} */
< prev index next >