Ignore:
Timestamp:
2014-04-29T02:38:59+02:00 (10 years ago)
Author:
Don-vip
Message:

sonar - Variables should not be declared and then immediately returned or thrown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java

    r7005 r7024  
    502502        }
    503503
    504         SequenceCommand command = new SequenceCommand(
     504        return new SequenceCommand(
    505505                trn("Remove old keys from up to {0} object", "Remove old keys from up to {0} objects", primitives.size(), primitives.size()),
    506506                commands
    507507        );
    508 
    509         return command;
    510508    }
    511509
Note: See TracChangeset for help on using the changeset viewer.