Ignore:
Timestamp:
2015-10-13T23:50:14+02:00 (11 years ago)
Author:
Don-vip
Message:

sonar - squid:S2325 - "private" methods that don't access instance data should be "static"

File:
1 edited

Legend:

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

    r8846 r8870  
    303303    }
    304304
    305     private boolean isProjSupported(String crs) {
     305    private static boolean isProjSupported(String crs) {
    306306        for (ProjectionChoice pc : ProjectionPreference.getProjectionChoices()) {
    307307            if (pc.getPreferencesFromCode(crs) != null) return true;
Note: See TracChangeset for help on using the changeset viewer.