src/share/classes/com/sun/tools/javac/file/Paths.java

Print this page

        

*** 64,74 **** /** Get the Paths instance for this context. * @param context the context * @return the Paths instance for this context */ ! static Paths instance(Context context) { Paths instance = context.get(pathsKey); if (instance == null) instance = new Paths(context); return instance; } --- 64,74 ---- /** Get the Paths instance for this context. * @param context the context * @return the Paths instance for this context */ ! public static Paths instance(Context context) { Paths instance = context.get(pathsKey); if (instance == null) instance = new Paths(context); return instance; }