Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java')
-rw-r--r--plugins/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java b/plugins/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java
deleted file mode 100644
index 0a2984db123..00000000000
--- a/plugins/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package org.eclipse.osee.ote.rest.internal;
-
-import org.eclipse.osee.ote.core.framework.command.RunTests;
-
-public interface OteRunTestCommands {
- RunTests getCommand(String id);
-
- void putCommand(String string, RunTests envTestRun);
-}

Back to the top