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

sonar - remove some transient modifiers

Location:
trunk/src/org/openstreetmap/josm/io
Files:
2 edited

Legend:

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

    r9645 r9977  
    6969    protected CachingStrategy cachingStrategy;
    7070
    71     private transient boolean fastFail;
    72     private transient HttpClient activeConnection;
     71    private boolean fastFail;
     72    private HttpClient activeConnection;
    7373    protected File cacheFile;
    7474    protected boolean initialized;
  • trunk/src/org/openstreetmap/josm/io/imagery/ImageryReader.java

    r9777 r9977  
    3333
    3434    private final String source;
    35     private transient CachedFile cachedFile;
    36     private transient boolean fastFail;
     35    private CachedFile cachedFile;
     36    private boolean fastFail;
    3737
    3838    private enum State {
Note: See TracChangeset for help on using the changeset viewer.