Skip to content

Commit

Permalink
add plsqlblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelly committed Oct 14, 2023
1 parent f93465f commit 650ce34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,6 @@ public ASTNode visitPlsqlBlock(final PlsqlBlockContext ctx) {
return new OraclePLSQLBlockStatement();
}


@Override
public ASTNode visitAlterProcedure(final AlterProcedureContext ctx) {
return new OracleAlterProcedureStatement();
Expand Down

0 comments on commit 650ce34

Please sign in to comment.