Ignore:
Timestamp:
2018-08-18T02:46:32+02:00 (6 years ago)
Author:
donvip
Message:

rename package, fix checkstyle and javadoc warnings

Location:
applications/editors/josm/plugins/alignways/test/unit
Files:
5 added
1 deleted
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/test/unit/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomLineTest.java

    r27348 r34489  
    1 package com.tilusnet.josm.plugins.alignways.geometry;
     1// License: GPL. For details, see LICENSE file.
     2package org.openstreetmap.josm.plugins.alignways.geometry;
    23
    34import static org.junit.Assert.assertTrue;
     
    56import org.junit.Before;
    67import org.junit.Test;
     8import org.openstreetmap.josm.plugins.alignways.geometry.AlignWaysGeomLine.IntersectionStatus;
    79
    8 import com.tilusnet.josm.plugins.alignways.geometry.AlignWaysGeomLine.IntersectionStatus;
    9 
     10/**
     11 * Tests of {@link AlignWaysGeomLine}
     12 */
    1013public class AlignWaysGeomLineTest {
    1114    private AlignWaysGeomLine line_x1y1x2y2, line_par_x1y1x2y2;
Note: See TracChangeset for help on using the changeset viewer.