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/data/Bounds.java

    r11587 r11747  
    186186     * @throws IllegalArgumentException if coords does not contain 4 double values
    187187     */
    188     public Bounds(double ... coords) {
     188    public Bounds(double... coords) {
    189189        this(coords, true);
    190190    }
Note: See TracChangeset for help on using the changeset viewer.