Changeset 36267 in osm for applications/editors/josm/plugins/seachart/src/symbols/Symbols.java
- Timestamp:
- 2024-06-03T08:28:52+02:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Symbols.java
r34652 r36267 153 153 } 154 154 155 public static class Symbol extends ArrayList<Instr> {156 155 @SuppressWarnings("serial") 156 public static class Symbol extends ArrayList<Instr> { 157 157 public Symbol() { 158 158 super();
Note:
See TracChangeset
for help on using the changeset viewer.