Skip to content

Commit

Permalink
queryUsers() should return
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 8, 2024
1 parent 0efb43a commit ef33d5d
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 @@ -122,7 +122,7 @@
* }
*
* SafeSql queryUsers(UserCriteria criteria, @CompileTimeConstant String... columns) {
* SafeSql sql = SafeSql.of(
* return SafeSql.of(
* "SELECT `{columns}` FROM Users WHERE {criteria}",
* asList(columns),
* Stream.of(
Expand Down

0 comments on commit ef33d5d

Please sign in to comment.