< prev index next >

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

Print this page

        

*** 94,105 **** protected TypeKindVisitor7(R defaultValue) { super(defaultValue); } /** ! * This implementation visits a {@code UnionType} by calling ! * {@code defaultAction}. * * @param t {@inheritDoc} * @param p {@inheritDoc} * @return the result of {@code defaultAction} */ --- 94,106 ---- protected TypeKindVisitor7(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 >