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/io/UploadSelectionDialog.java

    r11377 r11747  
    239239        }
    240240
    241         public List<OsmPrimitive> getPrimitives(int ... indices) {
     241        public List<OsmPrimitive> getPrimitives(int... indices) {
    242242            if (indices == null || indices.length == 0)
    243243                return Collections.emptyList();
Note: See TracChangeset for help on using the changeset viewer.