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/xml/XmlStyleSource.java

    r8846 r8870  
    141141     * @param mc side effect: update the valid region for the current MultiCascade
    142142     */
    143     private boolean requiresUpdate(Prototype current, Prototype candidate, Double scale, MultiCascade mc) {
     143    private static boolean requiresUpdate(Prototype current, Prototype candidate, Double scale, MultiCascade mc) {
    144144        if (current == null || candidate.priority >= current.priority) {
    145145            if (scale == null)
Note: See TracChangeset for help on using the changeset viewer.