Clean all unused and redundant imports in controller.
[controller.git] / opendaylight / sal / api / src / test / java / org / opendaylight / controller / sal / core / PropertyTest.java
index 8c2d38dc4cd3e24e924d87904252a6d293001765..0828268cc9075a7c0eef2ef02f91b18286a1ef65 100644 (file)
@@ -18,9 +18,6 @@ package org.opendaylight.controller.sal.core;
 
 import org.junit.Assert;
 import org.junit.Test;
-import org.opendaylight.controller.sal.core.Bandwidth;
-import org.opendaylight.controller.sal.core.Latency;
-import org.opendaylight.controller.sal.core.Property;
 
 public class PropertyTest {
     @Test