Skip to content

Commit

Permalink
Allow calling public methods on SQLParameterizer from outsiders (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra authored Apr 19, 2024
1 parent 7693903 commit 91773bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Contains most of the logic for detecting and fixing parameterizable SQL statements for a given
* {@link MethodCallExpr}.
*/
final class SQLParameterizer {
public final class SQLParameterizer {

private static final String preparedStatementNamePrefix = "stmt";
private static final String preparedStatementNamePrefixAlternative = "statement";
Expand Down

0 comments on commit 91773bb

Please sign in to comment.