Changeset 10153 in josm for trunk/src/org/openstreetmap/josm/data/osm
- Timestamp:
- 2016-04-21T09:19:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/PrimitiveData.java
r9994 r10153 74 74 } 75 75 76 @Override77 public abstract OsmPrimitiveType getType();78 79 76 private void writeObject(ObjectOutputStream oos) throws IOException { 80 77 // since super class is not Serializable
Note:
See TracChangeset
for help on using the changeset viewer.