Skip to content

Commit cb1cb16

Browse files
Appease Codazy
1 parent 3f0e47c commit cb1cb16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/sf/jsqlparser/parser/CCJSqlParserUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ public static int getNestingDepth(String sql) {
251251
}
252252
level--;
253253
break;
254+
default:
255+
// Codazy/PMD insists in a Default statement
254256
}
255257
}
256258
return maxlevel;

0 commit comments

Comments
 (0)