Fix Eclipse compilation errors and warnings
[nemo.git] / nemo-impl / src / test / java / org / opendaylight / nemo / intent / algorithm / EdgeTest.java
index cb08468dcb8b99536139dcd7a144f8f1deb6045e..d33219369041b182d18d2508b6d9d7fe5ffe2590 100644 (file)
@@ -1,12 +1,10 @@
-package org.test;
+package org.opendaylight.nemo.intent.algorithm;
 
 import junit.framework.TestCase;
+
 import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
-import org.opendaylight.nemo.intent.algorithm.Edge;
-
-import static org.junit.Assert.*;
 
 /**
  * Created by zhangmeng on 2015/11/5.