Ignore:
Timestamp:
2017-03-19T15:55:27+01:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle - NoWhiteSpaceBefore ...

File:
1 edited

Legend:

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

    r11586 r11747  
    19251925     * @since 1.5.0
    19261926     */
    1927     public static synchronized void updateTLDOverride(ArrayType table, String ... tlds) {
     1927    public static synchronized void updateTLDOverride(ArrayType table, String... tlds) {
    19281928        if (inUse) {
    19291929            throw new IllegalStateException("Can only invoke this method before calling getInstance");
Note: See TracChangeset for help on using the changeset viewer.