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();