From d0333079f0cc7c13185b2bf4f015a304c72af2f1 Mon Sep 17 00:00:00 2001 From: Lester Solbakken Date: Thu, 21 Mar 2024 11:03:17 +0100 Subject: Fix typo --- .../src/main/java/com/yahoo/processing/response/DataList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-core') diff --git a/container-core/src/main/java/com/yahoo/processing/response/DataList.java b/container-core/src/main/java/com/yahoo/processing/response/DataList.java index 6824ecfafa0..6647a0e2b0d 100644 --- a/container-core/src/main/java/com/yahoo/processing/response/DataList.java +++ b/container-core/src/main/java/com/yahoo/processing/response/DataList.java @@ -80,7 +80,7 @@ public interface DataList extends Data { void addDataListener(Runnable runnable); /** - * Notify this list that is will never be accessed again, neither for read nor write. + * Notify this list that it will never be accessed again, neither for read nor write. * Implementations can override this as an optimization to release any data held in the list * for garbage collection. * -- cgit v1.2.3