fix javadoc errors
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 @@
     }
 
     /**
-     * @param <T> context type
      * @param plugin Context plugin which listens to context lifecycle events.
      * @return this
      */
@@ -73,7 +72,6 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @param <T> context type
      * @param plugin Context plugin which listens to context lifecycle events.
      * @return this
      */
@@ -76,7 +75,6 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @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 @@
     }
 
     /**
-     * @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.