< prev index next >

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

Print this page

        

@@ -93,15 +93,17 @@
     protected SimpleElementVisitor7(R defaultValue){
         super(defaultValue);
     }
 
     /**
-     * This implementation calls {@code defaultAction}.
+     * {@inheritDoc} 
+     *
+     * @implSpec This implementation calls {@code defaultAction}.
      *
      * @param e {@inheritDoc}
      * @param p {@inheritDoc}
-     * @return  the result of {@code defaultAction}
+     * @return  {@inheritDoc}
      */
     @Override
     public R visitVariable(VariableElement e, P p) {
         return defaultAction(e, p);
     }
< prev index next >