Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 12, 2024
1 parent 7843871 commit d2208c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public <T> QueryScopeParam<T> createParam(final String name) throws MissingVaria
if (valueRetriever == null) {
throw new MissingVariableException("Missing variable " + name);
}
//noinspection unchecked
// noinspection unchecked
return (QueryScopeParam<T>) valueRetriever.createParam();
}

Expand Down

0 comments on commit d2208c3

Please sign in to comment.