< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/util/Context.java

Print this page

        

*** 57,67 **** * return instance; * } * * protected Phase(Context context) { * context.put(phaseKey, this); ! * // other intitialization follows... * } * } * }</pre> * * <p>In the compiler, we simply use Phase.instance(context) to get --- 57,67 ---- * return instance; * } * * protected Phase(Context context) { * context.put(phaseKey, this); ! * // other initialization follows... * } * } * }</pre> * * <p>In the compiler, we simply use Phase.instance(context) to get
< prev index next >