Changeset 12060 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2017-05-04T19:54:08+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - fix two recent issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java

    r12053 r12060  
    798798     * @return last command
    799799     */
    800     private Command getLastCommandInDataset(DataSet ds) {
     800    private static Command getLastCommandInDataset(DataSet ds) {
    801801        LinkedList<Command> commands = Main.main.undoRedo.commands;
    802802        if (!commands.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.