Ignore:
Timestamp:
2015-06-19T23:34:50+02:00 (11 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

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

    r8497 r8506  
    17591759
    17601760    /**
     1761     * Sets the given online resource to online state.
     1762     * @param r the online resource
     1763     * @return {@code true} if {@code r} was offline
     1764     * @since 8506
     1765     */
     1766    public static boolean setOnline(OnlineResource r) {
     1767        return OFFLINE_RESOURCES.remove(r);
     1768    }
     1769
     1770    /**
    17611771     * Replies the set of online resources currently offline.
    17621772     * @return the set of online resources currently offline
Note: See TracChangeset for help on using the changeset viewer.