Ignore:
Timestamp:
2019-10-16T22:25:23+02:00 (5 years ago)
Author:
Don-vip
Message:

checkstyle/pmd

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

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/JosmTemplatedTMSTileSource.java

    r15456 r15460  
    99/**
    1010 * JOSM wrapper class that uses min/max zoom settings from imagery settings instead of JMapViewer defaults
    11  *
     11 * @since 15456
    1212 */
    1313public class JosmTemplatedTMSTileSource extends TemplatedTMSTileSource {
     
    1515    /**
    1616     * Creates TMS tilesource based on tilesource info
    17      * @param info
     17     * @param info tile source info
    1818     */
    1919    public JosmTemplatedTMSTileSource(TileSourceInfo info) {
  • trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java

    r15459 r15460  
    262262     *  Make sure that we don't keep single entries for a "group ignore".
    263263     */
    264     protected static void cleanupIgnoredErrors() {
     264    static void cleanupIgnoredErrors() {
    265265        if (ignoredErrors.size() > 1) {
    266266            List<String> toRemove = new ArrayList<>();
     
    661661     * For unit tests
    662662     */
    663     protected static void clearIgnoredErrors() {
     663    static void clearIgnoredErrors() {
    664664        ignoredErrors.clear();
    665665    }
Note: See TracChangeset for help on using the changeset viewer.