Skip to content

Commit 823cda2

Browse files
committed
fix: correct RestrictedKeysProvider Javadoc errors
1 parent 37f1416 commit 823cda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/RestrictedKeysProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* The RestrictedKeysProvider functional interface should provide a list of restricted keys in order to filter records
1111
* at runtime based on user security context based on EntityIntrospection descriptor.
1212
*
13-
* The return argument uses Optional<List<Object>> return type:
13+
* The return argument uses Optional of List of Objects return type:
1414
* The non-empty list will restrict the query to provided keys
1515
* The empty list will run the query unrestricted.
1616
* The empty Optional will block running the query and return empty result.

0 commit comments

Comments
 (0)