Ignore:
Timestamp:
2015-06-21T01:13:09+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: redundant modifiers

File:
1 edited

Legend:

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

    r8470 r8512  
    1616     * @return cache key for tile
    1717     */
    18     public K getCacheKey();
     18    K getCacheKey();
    1919
    2020    /**
     
    2323     *
    2424     */
    25     public URL getUrl();
     25    URL getUrl();
     26
    2627    /**
    2728     * implements the main algorithm for fetching
    2829     */
    29     public void run();
     30    void run();
    3031
    3132    /**
     
    3435     * @return filled tile with data or null when no cache entry found
    3536     */
    36     public CacheEntry get();
     37    CacheEntry get();
    3738
    3839    /**
     
    4243     * @param force true if the load should skip all the caches (local & remote)
    4344     */
    44     public void submit(ICachedLoaderListener listener, boolean force);
     45    void submit(ICachedLoaderListener listener, boolean force);
    4546}
Note: See TracChangeset for help on using the changeset viewer.