Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/SwissGridTest.java

    r8540 r8836  
    4747        public EastNorth en;
    4848
    49         public ProjData(String name, double lon, double lat, double h1, double x, double y, double h2) {
     49        ProjData(String name, double lon, double lat, double h1, double x, double y, double h2) {
    5050            this.name = name;
    5151            ll = new LatLon(lat, lon);
Note: See TracChangeset for help on using the changeset viewer.