Changeset 10895 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-08-25T01:44:48+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r10768 r10895 106 106 private static final String WIKI_PROTOCOL = "wiki://"; 107 107 // CHECKSTYLE.ON: SingleSpaceSeparator 108 109 /**110 * Position of an overlay icon111 */112 public enum OverlayPosition {113 /** North west */114 NORTHWEST,115 /** North east */116 NORTHEAST,117 /** South west */118 SOUTHWEST,119 /** South east */120 SOUTHEAST121 }122 108 123 109 /**
Note:
See TracChangeset
for help on using the changeset viewer.