aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java b/vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java
deleted file mode 100644
index 1c3bea9f5..000000000
--- a/vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterfaceFactory.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package org.onap.vid.scheduler;
-
-public class SchedulerRestInterfaceFactory {
-
-
- public static SchedulerRestInterfaceIfc getInstance () {
- SchedulerRestInterfaceIfc obj = null;
-
- obj = new SchedulerRestInterface();
-
- return ( obj );
- }
-
-}