Skip to content

Commit

Permalink
Suppress sonar warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 12, 2024
1 parent a065155 commit 3f3f394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.Calendar;
import java.util.Map;

@SuppressWarnings("java:S1448") // Long file required for implementing ResultSet
@SuppressWarnings({ "java:S1448", "java:S104" }) // Long file with many methods required for implementing ResultSet
class DelegatingResultSet implements ResultSet {

private final ResultSet delegate;
Expand Down

0 comments on commit 3f3f394

Please sign in to comment.