fix some checkstyle warnings and errors
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol / pcep / impl / SslContextFactoryTest.java
index 10f2301d102c1926d1c8cdce856457790a6a3e5c..f2d2a858119782394a729bc82251e7a5d552b760 100644 (file)
@@ -9,6 +9,7 @@
 package org.opendaylight.protocol.pcep.impl;
 
 import static org.junit.Assert.assertNotNull;
+
 import javax.net.ssl.SSLContext;
 import org.junit.Test;
 import org.opendaylight.protocol.pcep.impl.tls.SslContextFactory;