< prev index next >

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

Print this page

        

@@ -91,12 +91,13 @@
     protected SimpleTypeVisitor8(R defaultValue){
         super(defaultValue);
     }
 
     /**
-     * This implementation visits an {@code IntersectionType} by calling
-     * {@code defaultAction}.
+     * {@inheritDoc}
+     *
+     * @implSpec This implementation calls {@code defaultAction}.
      *
      * @param t {@inheritDoc}
      * @param p {@inheritDoc}
      * @return  the result of {@code defaultAction}
      */
< prev index next >