Show
Ignore:
Timestamp:
09/02/08 22:50:21 (4 months ago)
Author:
arneke
Message:

(Re)added functionality to force reseeding of existing tiles. Renamed getResponse to getTile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/java/org/geowebcache/service/kml/KMLDebugGridLayer.java

    r340 r370  
    182182    } 
    183183 
    184     public Tile getResponse(Tile tile) 
     184    public Tile getTile(Tile tile) 
    185185            throws GeoWebCacheException, IOException { 
    186186        // TODO Auto-generated method stub 
     
    516516    } 
    517517 
     518    @Override 
     519    public void seedTile(Tile tile, boolean tryCache) 
     520            throws GeoWebCacheException, IOException { 
     521        // TODO Auto-generated method stub 
     522         
     523    } 
     524 
    518525}