Skip to content

Commit

Permalink
hide getParameters() for now, in case it gets abused
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 10, 2024
1 parent bd2ecd9 commit d4ab694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public static Template<Integer> prepareToUpdate(
* like {@link #query query()}, {@link #update update()} or {@link #prepareStatement} to
* populate the {@link PreparedStatement}.
*/
public List<?> getParameters() {
List<?> getParameters() {
return paramValues;
}

Expand Down

0 comments on commit d4ab694

Please sign in to comment.