From 6c0cae87b498577a567db7040bbc5037c31f7f01 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 4 Apr 2016 21:30:01 +0200 Subject: [PATCH] Clean up warnings in spring-test --- .../test/context/jdbc/SqlScriptsTestExecutionListener.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java index c588cc8c9f..c58867eb8b 100644 --- a/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java +++ b/spring-test/src/main/java/org/springframework/test/context/jdbc/SqlScriptsTestExecutionListener.java @@ -157,7 +157,6 @@ public class SqlScriptsTestExecutionListener extends AbstractTestExecutionListen * @param classLevel {@code true} if {@link Sql @Sql} was declared at the * class level */ - @SuppressWarnings("serial") private void executeSqlScripts(Sql sql, ExecutionPhase executionPhase, TestContext testContext, boolean classLevel) throws Exception { if (executionPhase != sql.executionPhase()) {