File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public Classes() {
21
21
* {@link Classes}.
22
22
*
23
23
* @param className Name of the class.
24
- * @throws ClassNotFoundException
25
24
*/
26
25
public static Class <?> getClass (String className ) throws ClassNotFoundException {
27
26
return getClass (className , Classes .class );
@@ -34,7 +33,6 @@ public static Class<?> getClass(String className) throws ClassNotFoundException
34
33
*
35
34
* @param className Name of the class.
36
35
* @param callingClass Class that is requesting a the class
37
- * @throws ClassNotFoundException
38
36
* @since 4.13
39
37
*/
40
38
public static Class <?> getClass (String className , Class <?> callingClass ) throws ClassNotFoundException {
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ class FilterFactories {
16
16
*
17
17
* @param request the request that will be filtered
18
18
* @param filterSpec the filter specification
19
- * @throws org.junit.runner.FilterFactory.FilterNotCreatedException
20
19
*/
21
20
public static Filter createFilterFromFilterSpec (Request request , String filterSpec )
22
21
throws FilterFactory .FilterNotCreatedException {
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ public void testSuiteStarted(Description description) throws Exception {
64
64
* <p/>
65
65
* Synchronized decorator for {@link RunListener#testSuiteFinished(Description)}.
66
66
* @param description the description of the test suite that just ran.
67
- * @throws Exception
68
67
* @since 4.13
69
68
*/
70
69
@ Override
You can’t perform that action at this time.
0 commit comments