< prev index next >

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

Print this page

        

*** 92,103 **** protected TypeKindVisitor8(R defaultValue) { super(defaultValue); } /** ! * This implementation visits an {@code IntersectionType} by calling ! * {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} */ --- 92,104 ---- protected TypeKindVisitor8(R defaultValue) { super(defaultValue); } /** ! * {@inheritDoc} ! * ! * @implSpec This implementation calls {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} */
< prev index next >