< prev index next >

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

Print this page

        

*** 110,120 **** protected ElementScanner7(R defaultValue){ super(defaultValue); } /** ! * This implementation scans the enclosed elements. * * @param e {@inheritDoc} * @param p {@inheritDoc} * @return the result of scanning */ --- 110,122 ---- protected ElementScanner7(R defaultValue){ super(defaultValue); } /** ! * {@inheritDoc} ! * ! * @implSpec This implementation scans the enclosed elements. * * @param e {@inheritDoc} * @param p {@inheritDoc} * @return the result of scanning */
< prev index next >