Changeset 367

Show
Ignore:
Timestamp:
09/02/08 14:31:07 (3 months ago)
Author:
arneke
Message:

Minor class restriction

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/java/org/geowebcache/layer/GridCalculator.java

    r348 r367  
    3333    // The following are created to save memory.  
    3434    // Note that they can be modified by external code -> not 100% safe! 
    35     protected final static double[] RESOLUTIONS4326 =  
     35    private final static double[] RESOLUTIONS4326 =  
    3636        GridCalculator.getResolutionArray(180.0, TILEPIXELS, 26); 
    3737     
    38     protected final static double[] RESOLUTIONS900913 =  
     38    private final static double[] RESOLUTIONS900913 =  
    3939        GridCalculator.getResolutionArray(20037508.34*2,TILEPIXELS, 26); 
    4040