Ignore:
Timestamp:
2017-07-22T16:15:09+02:00 (7 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/actions/search/SearchCompiler.java

    r12467 r12489  
    16061606        }
    16071607
    1608         private boolean presetNameMatch(String name, TaggingPreset preset, boolean matchStrictly) {
     1608        private static boolean presetNameMatch(String name, TaggingPreset preset, boolean matchStrictly) {
    16091609            if (matchStrictly) {
    16101610                return name.equalsIgnoreCase(preset.getRawName());
Note: See TracChangeset for help on using the changeset viewer.