Changeset 7509 in josm for trunk/src/org/openstreetmap/josm/data/notes
- Timestamp:
- 2014-09-07T16:33:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/notes/Note.java
r7451 r7509 33 33 /** @return The unique OSM ID of this note */ 34 34 public long getId() { 35 35 return id; 36 36 } 37 37
Note:
See TracChangeset
for help on using the changeset viewer.