Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (11 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java

    r8800 r8840  
    8989    private ICacheAccess<K, V> cache;
    9090    private ICacheElement<K, V> cacheElement;
    91     protected V cacheData = null;
    92     protected CacheEntryAttributes attributes = null;
     91    protected V cacheData;
     92    protected CacheEntryAttributes attributes;
    9393
    9494    // HTTP connection parameters
     
    9898    private ThreadPoolExecutor downloadJobExecutor;
    9999    private Runnable finishTask;
    100     private boolean force = false;
     100    private boolean force;
    101101
    102102    /**
Note: See TracChangeset for help on using the changeset viewer.