Changeset 31343 in osm for applications/editors/josm/plugins/seachart/src/s57
- Timestamp:
- 2015-07-06T16:44:58+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/seachart/src/s57/S57val.java ΒΆ
r31063 r31343 35 35 36 36 public static class AttVal<V> { 37 // public Att att;38 37 public Conv conv; 39 38 public V val; 40 // AttVal(Att a, Conv c, V v) {41 // att = a; conv = c; val = v;42 // }43 39 AttVal(Conv c, V v) { 44 40 conv = c; val = v;
Note:
See TracChangeset
for help on using the changeset viewer.