diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-09-18 06:50:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 06:50:11 +0000 |
commit | 2d67ce45cba21e68798796b032086300817bd4e3 (patch) | |
tree | 74402218481104b564b0efe71ea0cbc0c80ee383 | |
parent | 1f62ebc2ae97ffc38b6caf129815df2fd9f84b0b (diff) | |
parent | c10d40c2200e215f4eea0138463ae19f814fafbe (diff) |
Merge "Fixing sonar issue in ResponseUtil.java"
-rw-r--r-- | service/src/main/java/org/onap/vfc/nfvo/multivimproxy/common/util/response/ResponseUtil.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/common/util/response/ResponseUtil.java b/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/common/util/response/ResponseUtil.java index 0e1a109..19eb2ec 100644 --- a/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/common/util/response/ResponseUtil.java +++ b/service/src/main/java/org/onap/vfc/nfvo/multivimproxy/common/util/response/ResponseUtil.java @@ -21,7 +21,6 @@ import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; -import javax.servlet.http.HttpServletRequest; import net.sf.json.JSONObject; |