Ignore:
Timestamp:
2015-05-19T23:04:25+02:00 (9 years ago)
Author:
Don-vip
Message:

see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP on S1948: no issue should be raised when using Collections of Serializable objects)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapStatus.java

    r8390 r8399  
    732732        private final JMenuItem jumpButton = add(Main.main.menu.jumpToAct);
    733733
    734         private final transient Collection<JCheckBoxMenuItem> somItems = new ArrayList<>();
     734        private final Collection<JCheckBoxMenuItem> somItems = new ArrayList<>();
    735735
    736736        private final JSeparator separator = new JSeparator();
Note: See TracChangeset for help on using the changeset viewer.