Ignore:
Timestamp:
2016-03-26T14:45:25+01:00 (8 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/tools/template_engine/ContextSwitchTemplate.java

    r9992 r10043  
    185185    private final TemplateEntry template;
    186186
    187     private Match transform(Match m, int searchExpressionPosition) throws ParseError {
     187    private static Match transform(Match m, int searchExpressionPosition) throws ParseError {
    188188        if (m instanceof Parent) {
    189189            Match child = transform(((Parent) m).getOperand(), searchExpressionPosition);
Note: See TracChangeset for help on using the changeset viewer.