Skip to content

Commit

Permalink
Improve Javadoc
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Brannen <[email protected]>
  • Loading branch information
marcphilipp and sbrannen authored Jan 26, 2025
1 parent c1fc7d1 commit 467c641
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ default Set<Lock> provideForClass(Class<?> testClass) {
* class is inherited from a superclass.
*
* @param enclosingInstanceTypes the runtime types of the enclosing
* instances of {@code clazz}, ordered from outermost to innermost,
* excluding {@code class}; never {@code null}
* instances for the test class, ordered from outermost to innermost,
* excluding {@code testClass}; never {@code null}
* @param testClass a nested test class for which to add shared resources
* @return a set of {@link Lock}; may be empty
* @see org.junit.jupiter.api.Nested @Nested
Expand Down Expand Up @@ -115,8 +115,8 @@ default Set<Lock> provideForNestedClass(List<Class<?>> enclosingInstanceTypes, C
* method is inherited from a superclass.
*
* @param enclosingInstanceTypes the runtime types of the enclosing
* instances of {@code clazz}, ordered from outermost to innermost,
* excluding {@code class}; never {@code null}
* instances for the test class, ordered from outermost to innermost,
* excluding {@code testClass}; never {@code null}
* @param testClass the test class or {@link org.junit.jupiter.api.Nested @Nested}
* test class that contains the {@code testMethod}
* @param testMethod a test method for which to add shared resources
Expand Down

0 comments on commit 467c641

Please sign in to comment.