File tree 1 file changed +4
-4
lines changed
src/main/java/org/springframework/data/keyvalue/repository/support
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ protected Optional<QueryLookupStrategy> getQueryLookupStrategy(@Nullable Key key
204
204
*/
205
205
private static class KeyValueQueryLookupStrategy implements QueryLookupStrategy {
206
206
207
- private QueryMethodEvaluationContextProvider evaluationContextProvider ;
208
- private KeyValueOperations keyValueOperations ;
207
+ private final QueryMethodEvaluationContextProvider evaluationContextProvider ;
208
+ private final KeyValueOperations keyValueOperations ;
209
209
210
- private Class <? extends AbstractQueryCreator <?, ?>> queryCreator ;
211
- private Class <? extends RepositoryQuery > repositoryQueryType ;
210
+ private final Class <? extends AbstractQueryCreator <?, ?>> queryCreator ;
211
+ private final Class <? extends RepositoryQuery > repositoryQueryType ;
212
212
213
213
/**
214
214
* @param key
You can’t perform that action at this time.
0 commit comments