diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-01-04 18:33:53 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-01-04 15:01:13 +0000 |
commit | ddb5082cd62b73b9c3ae64cb7fbf63ec25cba8d4 (patch) | |
tree | 525de79ec894624a1c8f744892c4bd03ef6bbce5 /openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest | |
parent | 14228d0f16f403981f64b1925ba37ac21af847b6 (diff) |
Fixing sonar qube issues
EchoMapping.java is not used anywhere hence deleting it.
Change-Id: Ifb26e29bacdd62d1137184b50b0b83a6fb2896e5
Issue-ID: SDC-343
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/java/org/openecomp/sdcrests/mapping/EchoMapping.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/java/org/openecomp/sdcrests/mapping/EchoMapping.java b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/java/org/openecomp/sdcrests/mapping/EchoMapping.java deleted file mode 100644 index 4e5a22e3c7..0000000000 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/java/org/openecomp/sdcrests/mapping/EchoMapping.java +++ /dev/null @@ -1,8 +0,0 @@ -package org.openecomp.sdcrests.mapping; - -public class EchoMapping extends MappingBase <Object,Object>{ - @Override - public void doMapping(Object source, Object target) { - target = source; - } -} |