Ignore:
Timestamp:
2017-10-19T17:19:20+02:00 (7 years ago)
Author:
malcolmh
Message:

Replace deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Signals.java

    r32995 r33724  
    417417                        continue;
    418418                    }
    419                     if (atts.containsKey(Att.LITRAD)) {
    420                         radius = (Double) atts.get(Att.LITRAD).val;
    421                     }
    422419                    if (atts.containsKey(Att.CATLIT)) {
    423420                        ArrayList<CatLIT> cats = (ArrayList<CatLIT>) atts.get(Att.CATLIT).val;
     
    434431                                    if (satts == atts)
    435432                                        continue;
    436                                     if (satts.containsKey(Att.LITRAD)) {
    437                                         srad = (Double) satts.get(Att.LITRAD).val;
    438                                     }
    439433                                    if (srad == radius) {
    440434                                        ArrayList<CatLIT> scats = (ArrayList<CatLIT>) ((satts.containsKey(Att.CATLIT)) ?
Note: See TracChangeset for help on using the changeset viewer.