Changeset 24955 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2011-01-03T11:16:46+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r24934 r24955 231 231 paintCrosspieces(g, mv); 232 232 } 233 if (grabThread.getImagesToGrabSize() > 0) { 233 // if (grabThread.getImagesToGrabSize() > 0) { 234 234 grabThread.paintBoxesToGrab(g, mv); 235 } 235 // } 236 236 if (this.adjustModeEnabled) { 237 237 WMSAdjustAction.paintAdjustFrames(g, mv); … … 379 379 */ 380 380 public void write(ObjectOutputStream oos) throws IOException { 381 // Set currentFormat to the serializeFormatVersion 382 currentFormat = this.serializeFormatVersion; 381 383 oos.writeInt(this.serializeFormatVersion); 382 384 oos.writeObject(this.location); // String
Note:
See TracChangeset
for help on using the changeset viewer.
