Skip to content

Commit 04fa5e1

Browse files
committed
Polishing
1 parent 594c9df commit 04fa5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spring-graphql/src/main/java/org/springframework/graphql/observation/DataLoaderObservationContext.java

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public List<?> getResult() {
5858

5959
/**
6060
* Set the list of resolved values by the {@link org.dataloader.DataLoader}.
61+
* @param result the values resolved by the data loader
6162
*/
6263
public void setResult(List<?> result) {
6364
this.result = result;

0 commit comments

Comments
 (0)