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

changeset 450
4011f49b4af8
parent 285
4ce1c1400334
child 497
16b9b7f45933
     1.1 --- a/src/share/classes/com/sun/tools/javac/file/Paths.java	Thu Dec 10 20:35:31 2009 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/file/Paths.java	Fri Dec 11 14:26:27 2009 -0800
     1.3 @@ -66,7 +66,7 @@
     1.4       *  @param context the context
     1.5       *  @return the Paths instance for this context
     1.6       */
     1.7 -    static Paths instance(Context context) {
     1.8 +    public static Paths instance(Context context) {
     1.9          Paths instance = context.get(pathsKey);
    1.10          if (instance == null)
    1.11              instance = new Paths(context);

mercurial