Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (10 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/LatLonDialogTest.java

    r7937 r8509  
     1// License: GPL. For details, see LICENSE file.
    12package org.openstreetmap.josm.gui.dialogs;
     3
     4import static org.hamcrest.CoreMatchers.is;
     5import static org.junit.Assert.assertThat;
    26
    37import org.junit.Test;
    48import org.openstreetmap.josm.data.coor.LatLon;
    5 
    6 import static org.hamcrest.CoreMatchers.is;
    7 import static org.junit.Assert.assertThat;
    89
    910public class LatLonDialogTest {
Note: See TracChangeset for help on using the changeset viewer.