Fixed checkstye

This commit is contained in:
Marcin Grzejszczak
2023-12-04 15:22:52 +01:00
parent d5bd388b10
commit 08e0e305ce

View File

@@ -20,6 +20,7 @@ import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -39,7 +40,6 @@ import org.springframework.core.env.PropertySource;
*
* @author Dave Syer
* @author Matt Garner
*
*/
@Order(Ordered.LOWEST_PRECEDENCE)
public class WireMockApplicationListener implements ApplicationListener<ApplicationPreparedEvent> {