Ignore:
Timestamp:
2015-11-23T01:09:15+01:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/CustomProjectionChoice.java

    r8870 r9059  
    9393
    9494                @Override
    95                 public final boolean isValid() {
     95                public boolean isValid() {
    9696                    try {
    9797                        CustomProjection test = new CustomProjection();
     
    110110                    return true;
    111111                }
    112 
    113112            };
    114113
Note: See TracChangeset for help on using the changeset viewer.