Ignore:
Timestamp:
2015-05-17T05:05:36+02:00 (11 years ago)
Author:
Don-vip
Message:

fix copyright/license headers globally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/FixableTestError.java

    r7937 r8378  
    1 // License: GPL. See LICENSE file for details.
     1// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.data.validation;
     3
     4import java.util.Collection;
    35
    46import org.openstreetmap.josm.command.Command;
    57import org.openstreetmap.josm.data.osm.OsmPrimitive;
    6 
    7 import java.util.Collection;
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.