Ignore:
Timestamp:
2017-03-19T15:55:27+01:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - NoWhiteSpaceBefore ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/UserListDialog.java

    r11381 r11747  
    342342        }
    343343
    344         public void selectPrimitivesOwnedBy(int ... rows) {
     344        public void selectPrimitivesOwnedBy(int... rows) {
    345345            Set<User> users = new HashSet<>();
    346346            for (int index: rows) {
     
    357357        }
    358358
    359         public List<User> getSelectedUsers(int ... rows) {
     359        public List<User> getSelectedUsers(int... rows) {
    360360            List<User> ret = new LinkedList<>();
    361361            if (rows == null || rows.length == 0)
Note: See TracChangeset for help on using the changeset viewer.