Remove unnecesary imports
[bgpcep.git] / bgp / flowspec / src / main / java / org / opendaylight / protocol / bgp / flowspec / BGPActivator.java
index 0a90e6eb0572c5e7f45797842b0d7aa4e5c116c2..d15246bc1060e000b6092b389e03855bbe0aa510 100644 (file)
@@ -9,7 +9,6 @@ package org.opendaylight.protocol.bgp.flowspec;
 
 import static java.util.Objects.requireNonNull;
 
-import com.google.common.base.Preconditions;
 import java.util.ArrayList;
 import java.util.List;
 import javax.annotation.Nonnull;