Skip to content

Commit

Permalink
remove supresswarning
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlib committed Apr 20, 2023
1 parent 204fb4a commit f843e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/java/org/jdbx/demo/QueryDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.jdbx.StaticStmt;


@SuppressWarnings({ "unused", "boxing" })
@SuppressWarnings("unused")
public class QueryDemo
{
public static void start()
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/jdbx/test/PrepStmtTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.junit.Test;


@SuppressWarnings("boxing")
public class PrepStmtTest extends JdbxTest
{
@BeforeClass public static void beforeClass() throws JdbxException
Expand Down

0 comments on commit f843e3f

Please sign in to comment.