< prev index next >

src/jdk.rmic/share/classes/sun/tools/javac/SourceMember.java

Print this page

        

*** 392,402 **** /** * Check this field. * <p> * This is the method which requests checking. * The real work is done by ! * <tt>Vset check(Environment, Context, Vset)</tt>. */ public void check(Environment env) throws ClassNotFound { if (tracing) env.dtEnter("SourceMember.check: " + getName() + ", status = " + status); // rely on the class to check all fields in the proper order --- 392,402 ---- /** * Check this field. * <p> * This is the method which requests checking. * The real work is done by ! * {@code Vset check(Environment, Context, Vset)}. */ public void check(Environment env) throws ClassNotFound { if (tracing) env.dtEnter("SourceMember.check: " + getName() + ", status = " + status); // rely on the class to check all fields in the proper order
< prev index next >