From 8f8d43859ab152d2d742648c57d1021b546020fe Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Wed, 13 Jul 2022 18:59:19 +0300 Subject: [PATCH] Update test-framework/common/src/main/java/io/quarkus/test/common/QuarkusTestResourceLifecycleManager.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérémie Bresson --- .../test/common/QuarkusTestResourceLifecycleManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-framework/common/src/main/java/io/quarkus/test/common/QuarkusTestResourceLifecycleManager.java b/test-framework/common/src/main/java/io/quarkus/test/common/QuarkusTestResourceLifecycleManager.java index 62b3c875cd8c0..ce5a6a8332810 100644 --- a/test-framework/common/src/main/java/io/quarkus/test/common/QuarkusTestResourceLifecycleManager.java +++ b/test-framework/common/src/main/java/io/quarkus/test/common/QuarkusTestResourceLifecycleManager.java @@ -28,7 +28,7 @@ public interface QuarkusTestResourceLifecycleManager { /** * Start the test resource. * - * @return A map of configuration properties that should be set for the running test + * @return A map of configuration properties that will be set for the running test */ Map start();