Ignore:
Timestamp:
2015-10-13T23:50:14+02:00 (9 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/gui/mappaint/MapPaintMenu.java

    r8836 r8870  
    6969        }
    7070
    71         private boolean mapHasGpxorMarkerLayer() {
     71        private static boolean mapHasGpxorMarkerLayer() {
    7272            for (Layer layer : Main.map.mapView.getAllLayers()) {
    7373                if (layer instanceof GpxLayer || layer instanceof MarkerLayer) {
Note: See TracChangeset for help on using the changeset viewer.