Skip to content

Commit

Permalink
Ignore RedundantModifier alert, may be a misfire
Browse files Browse the repository at this point in the history
  • Loading branch information
olivrlee committed Sep 6, 2023
1 parent 3cc35ac commit 8d471f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ class JdbcFrontJdbcBackTest {
public static class MetaExtraTable extends CalciteMetaTable {
public final String extraLabel;

// Got a RedundantModifier alert, however CalciteMetaImpl does need this constructor to be
// explicitly public in order to create an instance.
// CHECKSTYLE: IGNORE 2
public MetaExtraTable(Table calciteTable, String tableCat,
String tableSchem, String tableName) {
super(calciteTable, tableCat, tableSchem, tableName);
Expand Down

0 comments on commit 8d471f3

Please sign in to comment.