diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-30 05:54:45 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-30 05:54:45 -0700 |
commit | dba8d74ffafc51cdd496099d5ad0f391a234e402 (patch) | |
tree | e1d63708bc16f2177d4fa44ca46b6da78df045de /src/main | |
parent | f617d5ac8ec26e59fd0d66abc0081ff0a5e7cb14 (diff) |
Fix bad exception used
Jboss exception used instead of javaws one
Change-Id: If14eba2b529671b862bbdf8edb269eaae7dad77a
Issue-Id: CLAMP-43
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/org/onap/clamp/clds/model/DcaeEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/onap/clamp/clds/model/DcaeEvent.java b/src/main/java/org/onap/clamp/clds/model/DcaeEvent.java index e144a0eb..a9facc26 100644 --- a/src/main/java/org/onap/clamp/clds/model/DcaeEvent.java +++ b/src/main/java/org/onap/clamp/clds/model/DcaeEvent.java @@ -25,7 +25,7 @@ package org.onap.clamp.clds.model; import java.util.List; -import org.jboss.resteasy.spi.BadRequestException; +import javax.ws.rs.BadRequestException; /** * Represent a DCAE Event. |