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-osgi-mock.git

commit 83757071c0651f7c3625896f404511e20d94c6ff
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Mar 22 14:58:41 2023 +0100

    fix javadoc errors
---
 .../org/apache/sling/testing/mock/osgi/context/ContextPlugins.java   | 5 -----
 .../org/apache/sling/testing/mock/osgi/junit/OsgiContextBuilder.java | 5 -----
 .../apache/sling/testing/mock/osgi/junit5/OsgiContextBuilder.java    | 5 -----
 3 files changed, 15 deletions(-)

diff --git 
a/core/src/main/java/org/apache/sling/testing/mock/osgi/context/ContextPlugins.java
 
b/core/src/main/java/org/apache/sling/testing/mock/osgi/context/ContextPlugins.java
index ead865c..f308b23 100644
--- 
a/core/src/main/java/org/apache/sling/testing/mock/osgi/context/ContextPlugins.java
+++ 
b/core/src/main/java/org/apache/sling/testing/mock/osgi/context/ContextPlugins.java
@@ -67,7 +67,6 @@ public final class ContextPlugins {
 
     /**
      * Add plugin
-     * @param <T> context type
      * @param plugin Plugin
      */
     @SafeVarargs
@@ -79,7 +78,6 @@ public final class ContextPlugins {
 
     /**
      * Add callback
-     * @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.
      */
     @SuppressWarnings("null")
@@ -105,7 +103,6 @@ public final class ContextPlugins {
 
     /**
      * Add callback
-     * @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.
      */
     @SuppressWarnings("null")
@@ -132,7 +129,6 @@ public final class ContextPlugins {
 
     /**
      * Add callback
-     * @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.
      */
     @SuppressWarnings("null")
@@ -158,7 +154,6 @@ public final class ContextPlugins {
 
     /**
      * Add callback
-     * @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.
      */
     @SuppressWarnings("null")
diff --git 
a/junit4/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextBuilder.java
 
b/junit4/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextBuilder.java
index 3003a6a..c4586f8 100644
--- 
a/junit4/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextBuilder.java
+++ 
b/junit4/src/main/java/org/apache/sling/testing/mock/osgi/junit/OsgiContextBuilder.java
@@ -39,7 +39,6 @@ public final class OsgiContextBuilder {
     public OsgiContextBuilder() {}
 
     /**
-     * @param <T> context type
      * @param plugin Context plugin which listens to context lifecycle events.
      * @return this
      */
@@ -50,7 +49,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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
      */
@@ -61,7 +59,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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
      */
@@ -72,7 +69,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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
      */
@@ -83,7 +79,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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/osgi/junit5/OsgiContextBuilder.java
 
b/junit5/src/main/java/org/apache/sling/testing/mock/osgi/junit5/OsgiContextBuilder.java
index 5192863..36b1a73 100644
--- 
a/junit5/src/main/java/org/apache/sling/testing/mock/osgi/junit5/OsgiContextBuilder.java
+++ 
b/junit5/src/main/java/org/apache/sling/testing/mock/osgi/junit5/OsgiContextBuilder.java
@@ -40,7 +40,6 @@ public final class OsgiContextBuilder {
     public OsgiContextBuilder() {}
 
     /**
-     * @param <T> context type
      * @param plugin Context plugin which listens to context lifecycle events.
      * @return this
      */
@@ -51,7 +50,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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.
@@ -64,7 +62,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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.
@@ -77,7 +74,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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.
@@ -90,7 +86,6 @@ public final class OsgiContextBuilder {
     }
 
     /**
-     * @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.

Reply via email to