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/tools/Utils.java

    r11740 r11747  
    349349     * @since 7436
    350350     */
    351     public static int[] copyArray(int ... array) {
     351    public static int[] copyArray(int... array) {
    352352        if (array != null) {
    353353            return Arrays.copyOf(array, array.length);
Note: See TracChangeset for help on using the changeset viewer.