Ignore:
Timestamp:
2010-02-14T19:05:36+01:00 (16 years ago)
Author:
jttt
Message:

Fix some of FindBugs warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationDialogManager.java

    r2621 r2986  
    4444     */
    4545    static private class DialogContext {
    46         public Relation relation;
    47         public OsmDataLayer layer;
     46        public final Relation relation;
     47        public final OsmDataLayer layer;
    4848
    4949        public DialogContext(OsmDataLayer layer, Relation relation) {
     
    9494
    9595    /** the map of open dialogs */
    96     private HashMap<DialogContext, RelationEditor> openDialogs;
     96    private final HashMap<DialogContext, RelationEditor> openDialogs;
    9797
    9898    /**
Note: See TracChangeset for help on using the changeset viewer.