Skip to content

Commit

Permalink
chore: change annotation position
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Aug 27, 2024
1 parent 37214e2 commit 6dc9862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getSource() {
* @param <P> parameter type
* @return SQL arguments
*/
public <P> @Nullable P getArguments() {
public @Nullable <P> P getArguments() {
@SuppressWarnings("unchecked")
var r = (P) this.arguments;
return r;
Expand Down

0 comments on commit 6dc9862

Please sign in to comment.