Committed by
Ray Milkey
Remove unused import statements
Change-Id: I4a62c438ee29b2918d1aafb64b29133149afd02c
Showing
4 changed files
with
0 additions
and
7 deletions
... | @@ -24,7 +24,6 @@ import org.onlab.packet.MplsLabel; | ... | @@ -24,7 +24,6 @@ import org.onlab.packet.MplsLabel; |
24 | import org.onlab.packet.TpPort; | 24 | import org.onlab.packet.TpPort; |
25 | import org.onlab.packet.VlanId; | 25 | import org.onlab.packet.VlanId; |
26 | import org.onosproject.net.PortNumber; | 26 | import org.onosproject.net.PortNumber; |
27 | -import org.onosproject.net.flow.DefaultTrafficSelector.Builder; | ||
28 | import org.onosproject.net.flow.criteria.Criterion; | 27 | import org.onosproject.net.flow.criteria.Criterion; |
29 | 28 | ||
30 | /** | 29 | /** | ... | ... |
... | @@ -17,8 +17,6 @@ package org.onosproject.event; | ... | @@ -17,8 +17,6 @@ package org.onosproject.event; |
17 | 17 | ||
18 | import java.util.Set; | 18 | import java.util.Set; |
19 | 19 | ||
20 | -import static org.junit.Assert.*; | ||
21 | - | ||
22 | /** | 20 | /** |
23 | * Testing adapter for the event delivery service. | 21 | * Testing adapter for the event delivery service. |
24 | */ | 22 | */ | ... | ... |
... | @@ -18,8 +18,6 @@ package org.onosproject.net; | ... | @@ -18,8 +18,6 @@ package org.onosproject.net; |
18 | import com.google.common.testing.EqualsTester; | 18 | import com.google.common.testing.EqualsTester; |
19 | import org.junit.Test; | 19 | import org.junit.Test; |
20 | 20 | ||
21 | -import static org.junit.Assert.*; | ||
22 | - | ||
23 | /** | 21 | /** |
24 | * Test for OchSignal. | 22 | * Test for OchSignal. |
25 | */ | 23 | */ | ... | ... |
... | @@ -17,8 +17,6 @@ package org.onosproject.net.intent; | ... | @@ -17,8 +17,6 @@ package org.onosproject.net.intent; |
17 | 17 | ||
18 | import org.onosproject.cluster.NodeId; | 18 | import org.onosproject.cluster.NodeId; |
19 | 19 | ||
20 | -import static org.junit.Assert.*; | ||
21 | - | ||
22 | /** | 20 | /** |
23 | * Testing adapter for the partition service. | 21 | * Testing adapter for the partition service. |
24 | */ | 22 | */ | ... | ... |
-
Please register or login to post a comment