Ignore:
Timestamp:
2016-09-03T16:52:05+02:00 (9 years ago)
Author:
donvip
Message:

fix some error-prone warnings

File:
1 edited

Legend:

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

    r32907 r32909  
    315315                        Object[] attf = new Object[0];
    316316                        Object[] natf = new Object[0];
    317                         AttMap atts = map.new AttMap();
     317                        AttMap atts = new AttMap();
    318318                        atts.putAll(object.getValue());
    319319                        if (master) {
Note: See TracChangeset for help on using the changeset viewer.