Changeset 30490 in osm for applications/editors/josm/plugins/pbf/src/crosby/binary/BinaryParser.java
- Timestamp:
- 2014-06-09T18:08:08+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/src/crosby/binary/BinaryParser.java
r26961 r30490 55 55 } 56 56 57 //@Override57 @Override 58 58 public void handleBlock(FileBlock message) { 59 59 // TODO Auto-generated method stub … … 77 77 78 78 79 //@Override79 @Override 80 80 public boolean skipBlock(FileBlockPosition block) { 81 81 // System.out.println("Seeing block of type: "+block.getType());
Note:
See TracChangeset
for help on using the changeset viewer.
