aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/aai/PresetAAIBadBodyForGetServicesGet.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/aai/PresetAAIBadBodyForGetServicesGet.java')
-rw-r--r--vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/aai/PresetAAIBadBodyForGetServicesGet.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/aai/PresetAAIBadBodyForGetServicesGet.java b/vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/aai/PresetAAIBadBodyForGetServicesGet.java
deleted file mode 100644
index 0a90bf8df..000000000
--- a/vid-automation/src/main/java/org/opencomp/simulator/presetGenerator/presets/aai/PresetAAIBadBodyForGetServicesGet.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.opencomp.simulator.presetGenerator.presets.aai;
-
-public class PresetAAIBadBodyForGetServicesGet extends PresetAAIBaseGetServicesGet {
-
- private String responseBody;
-
- public PresetAAIBadBodyForGetServicesGet(String responseBody) {
- this.responseBody = responseBody;
- }
-
- @Override
- public Object getResponseBody() {
- return responseBody;
- }
-}