Polishing

This commit is contained in:
Brian Clozel
2025-04-07 15:36:03 +02:00
parent 594c9dfc4f
commit 04fa5e1e0f

View File

@@ -58,6 +58,7 @@ public class DataLoaderObservationContext extends Observation.Context {
/**
* Set the list of resolved values by the {@link org.dataloader.DataLoader}.
* @param result the values resolved by the data loader
*/
public void setResult(List<?> result) {
this.result = result;