Ignore:
Timestamp:
2014-02-27T01:41:49+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (JLS order)

File:
1 edited

Legend:

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

    r6743 r6889  
    3939     * @return the base URL, i.e. http://api.openstreetmap.org/browse
    4040     */
    41     static public String getBaseBrowseUrl() {
     41    public static String getBaseBrowseUrl() {
    4242        String baseUrl = Main.pref.get("osm-server.url", OsmApi.DEFAULT_API_URL);
    4343        Pattern pattern = Pattern.compile("/api/?$");
     
    5858     * @return the base URL, i.e. http://www.openstreetmap.org/user
    5959     */
    60     static public String getBaseUserUrl() {
     60    public static String getBaseUserUrl() {
    6161        String baseUrl = Main.pref.get("osm-server.url", OsmApi.DEFAULT_API_URL);
    6262        Pattern pattern = Pattern.compile("/api/?$");
Note: See TracChangeset for help on using the changeset viewer.