Changeset 12832 in josm
- Timestamp:
- 2017-09-12T20:26:28+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSettingGuiFactory.java
r12831 r12832 9 9 * @since 12831 10 10 */ 11 public class StyleSettingGuiFactory { 11 public final class StyleSettingGuiFactory { 12 13 private StyleSettingGuiFactory() { 14 // hide constructor 15 } 12 16 13 17 /**
Note:
See TracChangeset
for help on using the changeset viewer.