Organize Imports to be Checkstyle compliant in utils
[yangtools.git] / common / util / src / test / java / org / opendaylight / yangtools / util / concurrent / ReflectiveExceptionMapperTest.java
index c18ac1ff19ddec2bab0d28d0684925104f6250de..c10215d1b7ed9a05782c0b14eb3754ba55d55f9c 100644 (file)
@@ -10,7 +10,6 @@ package org.opendaylight.yangtools.util.concurrent;
 import static org.junit.Assert.assertEquals;
 
 import java.util.concurrent.ExecutionException;
-
 import org.junit.Test;
 
 public final class ReflectiveExceptionMapperTest {