Changeset 393
- Timestamp:
- 09/08/08 11:47:51 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/java/org/geowebcache/rest/SeedTask.java
r391 r393 111 111 112 112 int[][] list = SeedResource.getStatusList(); 113 synchronized(list) { 113 114 // Threads don't really collide 115 //synchronized(list) { 116 // This is not quite right... 114 117 list[arrayIndex]= getStatusInfo(arrayIndex, tl, count, (TOTAL_TILES / threadCount), START_TIME); 115 }118 //} 116 119 } 117 120
