Ignore:
Timestamp:
2015-12-02T00:05:09+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/session/SessionWriter.java

    r8926 r9078  
    112112     */
    113113    public class ExportSupport {
    114         private Document doc;
    115         private int layerIndex;
     114        private final Document doc;
     115        private final int layerIndex;
    116116
    117117        public ExportSupport(Document doc, int layerIndex) {
Note: See TracChangeset for help on using the changeset viewer.