Changeset 3592 in osm for applications/editors/josm/plugins/mappaint/src
- Timestamp:
- 2007-07-15T04:37:39+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/src/mappaint/IconElemStyle.java
r1501 r3592 26 26 @Override public String toString() 27 27 { 28 return " LineElemStyle: icon= " + icon + " annotate=" + annotate;28 return "IconElemStyle: icon= " + icon + " annotate=" + annotate; 29 29 } 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.