summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2019-11-21 13:23:07 +0000
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-01-13 09:56:16 +0000
commit2e6d1bb2e6870f758a9231a2f2bb096e7f7c8295 (patch)
treecbaa200b20174aea56e6ce9b34d6bdfcc0789430 /ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java
parent8b346842194edb8a9e8c4cd2764ae8ebbce988f0 (diff)
Onboard PNF software version Ui test case
Change-Id: Ie5785c220e15afbc35efaa8158ab86c41fc34437 Issue-ID: SDC-2702 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java')
-rw-r--r--ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java
index 8ba4689022..8cf55f7d15 100644
--- a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java
+++ b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/exception/WebDriverThreadRuntimeException.java
@@ -19,6 +19,7 @@
package org.openecomp.sdc.ci.tests.exception;
+@SuppressWarnings("serial")
public class WebDriverThreadRuntimeException extends RuntimeException {
public WebDriverThreadRuntimeException(final String s, final Throwable throwable) {