aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java b/vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java
deleted file mode 100644
index 40cb854bf..000000000
--- a/vid-app-common/src/main/java/org/onap/vid/policy/PolicyRestInterfaceFactory.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.onap.vid.policy;
-
-public class PolicyRestInterfaceFactory {
-
-
- public static PolicyRestInterfaceIfc getInstance () {
- PolicyRestInterfaceIfc obj = null;
-
- obj = new PolicyRestInterface();
-
- return ( obj );
- }
-} \ No newline at end of file