Skip to content

Commit

Permalink
Fix Javadoc of QuarkusTestResourceLifecycleManager's start method
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand and jmini committed Jul 13, 2022
1 parent 0c76838 commit 5223145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 5223145

Please sign in to comment.