Ignore:
Timestamp:
2016-12-03T18:16:10+01:00 (7 years ago)
Author:
Don-vip
Message:

findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRenderer.java

    r10829 r11357  
    2323/**
    2424 * <p>Abstract common superclass for {@link Rendering} implementations.</p>
    25  *
     25 * @since 4087
    2626 */
    2727public abstract class AbstractMapRenderer implements Rendering {
    2828
    2929    /** the graphics context to which the visitor renders OSM objects */
    30     protected Graphics2D g;
     30    protected final Graphics2D g;
    3131    /** the map viewport - provides projection and hit detection functionality */
    32     protected NavigatableComponent nc;
     32    protected final NavigatableComponent nc;
    3333
    3434    /**
Note: See TracChangeset for help on using the changeset viewer.