Ignore:
Timestamp:
2016-03-14T02:10:35+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - fix comment indentation

Location:
trunk/src/org/openstreetmap/josm/data/validation/routines
Files:
2 edited

Legend:

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

    r9978 r9991  
    290290    // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
    291291    private static final String[] GENERIC_TLDS = new String[] {
    292          // Taken from Version 2016031001, Last Updated Fri Mar 11 07:07:01 2016 UTC
     292        // Taken from Version 2016031001, Last Updated Fri Mar 11 07:07:01 2016 UTC
    293293        "aaa", // aaa American Automobile Association, Inc.
    294294        "aarp", // aarp AARP
     
    12621262        "al",                 // Albania
    12631263        "am",                 // Armenia
    1264 //        "an",                 // Netherlands Antilles (retired)
     1264        //"an",               // Netherlands Antilles (retired)
    12651265        "ao",                 // Angola
    12661266        "aq",                 // Antarctica
     
    14771477        "tn",                 // Tunisia
    14781478        "to",                 // Tonga
    1479 //        "tp",                 // East Timor (Retired)
     1479        //"tp",               // East Timor (Retired)
    14801480        "tr",                 // Turkey
    14811481        "tt",                 // Trinidad and Tobago
  • trunk/src/org/openstreetmap/josm/data/validation/routines/UrlValidator.java

    r9983 r9991  
    155155
    156156    private static final int PARSE_AUTHORITY_HOST_IP = 2; // excludes userinfo, if present
    157 
    158     // Not needed, because it is validated by AUTHORITY_REGEX
    159 //    private static final int PARSE_AUTHORITY_PORT = 3;
    160157
    161158    /**
Note: See TracChangeset for help on using the changeset viewer.