Skip to content

Commit 10eaab8

Browse files
committed
Fix JavaDoc watnings
1 parent d83b5ae commit 10eaab8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/com/nordstrom/automation/junit/MutableTest.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.junit.Ignore;
44
import org.junit.Test;
5+
import org.junit.rules.ExpectedException;
56
import org.junit.runners.model.TestTimedOutException;
67

78
import java.lang.annotation.Annotation;
@@ -42,9 +43,6 @@ public Class<? extends Annotation> annotationType() {
4243
return MutableTest.class;
4344
}
4445

45-
/**
46-
* {@inheritDoc}
47-
*/
4846
@Override
4947
public Class<? extends Throwable> expected() {
5048
return expected;
@@ -62,9 +60,6 @@ public MutableTest setExpected(Class<? extends Throwable> expected) {
6260
return this;
6361
}
6462

65-
/**
66-
* {@inheritDoc}
67-
*/
6863
@Override
6964
public long timeout() {
7065
return timeout;

0 commit comments

Comments
 (0)