This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 3b874bcf1ba4d20d36ae567427369a90e4b08fb6 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Mar 22 15:02:57 2023 +0100 fix javadoc errors --- .../apache/sling/testing/mock/sling/junit/SlingContextBuilder.java | 5 ----- .../apache/sling/testing/mock/sling/junit5/SlingContextBuilder.java | 5 ----- 2 files changed, 10 deletions(-) diff --git a/junit4/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextBuilder.java b/junit4/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextBuilder.java index 256ee8e..289714b 100644 --- a/junit4/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextBuilder.java +++ b/junit4/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContextBuilder.java @@ -62,7 +62,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param plugin Context plugin which listens to context lifecycle events. * @return this */ @@ -73,7 +72,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param beforeSetUpCallback Allows the application to register an own callback function that is called before the built-in setup rules are executed. * @return this */ @@ -84,7 +82,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param afterSetUpCallback Allows the application to register an own callback function that is called after the built-in setup rules are executed. * @return this */ @@ -95,7 +92,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param beforeTearDownCallback Allows the application to register an own callback function that is called before the built-in teardown rules are executed. * @return this */ @@ -106,7 +102,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param afterTearDownCallback Allows the application to register an own callback function that is after before the built-in teardown rules are executed. * @return this */ diff --git a/junit5/src/main/java/org/apache/sling/testing/mock/sling/junit5/SlingContextBuilder.java b/junit5/src/main/java/org/apache/sling/testing/mock/sling/junit5/SlingContextBuilder.java index cd0ea07..81e53cd 100644 --- a/junit5/src/main/java/org/apache/sling/testing/mock/sling/junit5/SlingContextBuilder.java +++ b/junit5/src/main/java/org/apache/sling/testing/mock/sling/junit5/SlingContextBuilder.java @@ -65,7 +65,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param plugin Context plugin which listens to context lifecycle events. * @return this */ @@ -76,7 +75,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param beforeSetUpCallback Allows the application to register an own * callback function that is called before the built-in setup * rules are executed. @@ -89,7 +87,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param afterSetUpCallback Allows the application to register an own * callback function that is called after the built-in setup * rules are executed. @@ -102,7 +99,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param beforeTearDownCallback Allows the application to register an own * callback function that is called before the built-in teardown * rules are executed. @@ -115,7 +111,6 @@ public final class SlingContextBuilder { } /** - * @param <T> context type * @param afterTearDownCallback Allows the application to register an own * callback function that is after before the built-in teardown * rules are executed.
