Ignore:
Timestamp:
2015-07-06T16:44:58+02:00 (9 years ago)
Author:
malcolmh
Message:

update jicons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/s57/S57val.java

    r31063 r31343  
    3535       
    3636        public static class AttVal<V> {
    37 //              public Att att;
    3837                public Conv conv;
    3938                public V val;
    40 //              AttVal(Att a, Conv c, V v) {
    41 //                      att = a; conv = c; val = v;
    42 //              }
    4339                AttVal(Conv c, V v) {
    4440                        conv = c; val = v;
Note: See TracChangeset for help on using the changeset viewer.