Ignore:
Timestamp:
2015-05-17T05:05:36+02:00 (9 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/util/MultipleNameVisitor.java

    r6490 r8378  
    1 // License: GPL. See LICENSE file for details.
     1// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.data.validation.util;
    33
     
    1717 * @author frsantos
    1818 */
    19 public class MultipleNameVisitor extends NameVisitor
    20 {
     19public class MultipleNameVisitor extends NameVisitor {
     20
    2121    public static final int MULTIPLE_NAME_MAX_LENGTH = 80;
    2222
Note: See TracChangeset for help on using the changeset viewer.