Ignore:
Timestamp:
2014-02-24T17:49:12+01:00 (12 years ago)
Author:
Don-vip
Message:

javadoc/code style/minor refactorization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/TestUtils.java

    r6601 r6881  
    22package org.openstreetmap;
    33
    4 import org.junit.Before;
     4import static org.hamcrest.CoreMatchers.is;
     5import static org.junit.Assert.assertThat;
     6import static org.junit.Assert.assertTrue;
     7
     8import java.util.Map;
     9
    510import org.junit.Test;
    611import org.openstreetmap.josm.Main;
     
    1015import org.openstreetmap.josm.data.osm.Way;
    1116import org.openstreetmap.josm.tools.TextTagParser;
    12 
    13 import java.util.Map;
    14 
    15 import static org.hamcrest.CoreMatchers.is;
    16 import static org.junit.Assert.assertThat;
    17 import static org.junit.Assert.assertTrue;
    1817
    1918public class TestUtils {
Note: See TracChangeset for help on using the changeset viewer.