Ignore:
Timestamp:
2020-12-07T12:38:14+01:00 (3 years ago)
Author:
GerdP
Message:

fix checkstyle issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/actions/AlignInCircleActionTest.java

    r17393 r17394  
    178178                assertFalse(selValid, "sel=" + selVal + " is not invalid?");
    179179            } catch (Exception e) {
    180                 throw new AssertionFailedError("test failed: sel=" + selVal,e);
     180                throw new AssertionFailedError("test failed: sel=" + selVal, e);
    181181            }
    182182        }
Note: See TracChangeset for help on using the changeset viewer.