Ignore:
Timestamp:
2015-06-02T16:40:38+02:00 (9 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/ChangesetQuery.java

    r8415 r8443  
    193193     * @throws IllegalArgumentException if createdBefore is null
    194194     */
    195     public ChangesetQuery closedAfterAndCreatedBefore(Date closedAfter, Date createdBefore ) {
     195    public ChangesetQuery closedAfterAndCreatedBefore(Date closedAfter, Date createdBefore) {
    196196        CheckParameterUtil.ensureParameterNotNull(closedAfter, "closedAfter");
    197197        CheckParameterUtil.ensureParameterNotNull(createdBefore, "createdBefore");
Note: See TracChangeset for help on using the changeset viewer.