Ignore:
Timestamp:
2016-05-15T12:43:59+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java

    r10047 r10214  
    9191    protected String oldModeHelpText;
    9292
    93     private final AbstractMapViewPaintable temporaryLayer = new AbstractMapViewPaintable() {
     93    private final transient AbstractMapViewPaintable temporaryLayer = new AbstractMapViewPaintable() {
    9494        @Override
    9595        public void paint(Graphics2D g, MapView mv, Bounds bbox) {
Note: See TracChangeset for help on using the changeset viewer.