From 7cddf841ac8774ecb1d359cac7e1c65059314733 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Wed, 17 Nov 2021 15:48:32 +0100 Subject: Always read test report, and propagate correct status --- .../src/main/java/com/yahoo/component/provider/ComponentRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'component/src') diff --git a/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java b/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java index ec6f21e4f53..1dddcbcc461 100644 --- a/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java +++ b/component/src/main/java/com/yahoo/component/provider/ComponentRegistry.java @@ -20,7 +20,7 @@ import java.util.Set; *

* This registry supports the freeze pattern - changes can be made * to this registry until {@link #freeze} is called. Subsequent change attempts will cause an - * exception. Freezing a registry after building makes it possible toi avoid locking and memory + * exception. Freezing a registry after building makes it possible to avoid locking and memory * synchronization on lookups. * * @author bratseth -- cgit v1.2.3