Skip to content

Commit

Permalink
Fix Javadoc of QuarkusTestResourceLifecycleManager's start method
Browse files Browse the repository at this point in the history
Relates to: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/QuarkusTestResourceLifecylceManager/near/289446358

Co-authored-by: Jérémie Bresson <dev@jmini.fr>
(cherry picked from commit 5223145)
  • Loading branch information
geoand authored and gsmet committed Jul 18, 2022
1 parent 3c9db6d commit 9c5f1b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public interface QuarkusTestResourceLifecycleManager {
/**
* Start the test resource.
*
* @return A map of system properties that should be set for the running test
* @return A map of configuration properties that will be set for the running test
*/
Map<String, String> start();

Expand Down

0 comments on commit 9c5f1b5

Please sign in to comment.