Ignore:
Timestamp:
2016-03-13T00:43:51+01:00 (9 years ago)
Author:
Don-vip
Message:

sonar - remove some transient modifiers

File:
1 edited

Legend:

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

    r9965 r9977  
    13431343        private final String url;
    13441344        private final List<SourceProvider> sourceProviders;
    1345         private transient CachedFile cachedFile;
    1346         private transient boolean canceled;
     1345        private CachedFile cachedFile;
     1346        private boolean canceled;
    13471347        private final List<ExtendedSourceEntry> sources = new ArrayList<>();
    13481348
Note: See TracChangeset for help on using the changeset viewer.