Ignore:
Timestamp:
2017-01-29T23:58:49+01:00 (9 years ago)
Author:
Don-vip
Message:

sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS

File:
1 edited

Legend:

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

    r11288 r11510  
    103103    }
    104104
    105     protected void checkOfflineAccess() {
    106         // To be overriden by subclasses
    107     }
     105    /**
     106     * Ensures underlying resource is not accessed in offline mode.
     107     * @throws OfflineAccessException if resource is accessed in offline mode
     108     */
     109    protected abstract void checkOfflineAccess();
    108110
    109111    /**
Note: See TracChangeset for help on using the changeset viewer.