Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestException.java')
-rw-r--r--plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestException.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestException.java b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestException.java
index 15c9eb2ab12..e1191c2264c 100644
--- a/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestException.java
+++ b/plugins/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestException.java
@@ -17,9 +17,6 @@ import org.eclipse.osee.framework.logging.IHealthStatus;
public class TestException extends RuntimeException {
- /**
- *
- */
private static final long serialVersionUID = -5628986844200418864L;
private final String threadCauseName;
@@ -36,9 +33,6 @@ public class TestException extends RuntimeException {
threadCauseName = Thread.currentThread().getName();
}
- /**
- * @param status
- */
public TestException(String message, List<IHealthStatus> status) {
this(message, Level.SEVERE);
this.status = status;

Back to the top