Skip to content

Commit

Permalink
Remove unused Slf4j annotation from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Nov 20, 2023
1 parent 7f52359 commit 8e4931d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/
@SuppressWarnings({ "SqlDialectInspection", "SqlNoDataSourceInspection" })
@ExtendWith(ApplicationErrorExtension.class)
@Slf4j
public abstract class AbstractJdbcApplicationErrorDaoTest extends AbstractApplicationErrorDaoTest<JdbcApplicationErrorDao> {

protected abstract SimpleSingleConnectionDataSource getDataSource();
Expand Down

0 comments on commit 8e4931d

Please sign in to comment.