Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.rest/src/org/eclipse/osee/orcs/rest/internal/search/artifact/dsl/DslFactory.java')
-rw-r--r--plugins/org.eclipse.osee.orcs.rest/src/org/eclipse/osee/orcs/rest/internal/search/artifact/dsl/DslFactory.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.orcs.rest/src/org/eclipse/osee/orcs/rest/internal/search/artifact/dsl/DslFactory.java b/plugins/org.eclipse.osee.orcs.rest/src/org/eclipse/osee/orcs/rest/internal/search/artifact/dsl/DslFactory.java
index 9033b9cf86f..f6c7dc0491c 100644
--- a/plugins/org.eclipse.osee.orcs.rest/src/org/eclipse/osee/orcs/rest/internal/search/artifact/dsl/DslFactory.java
+++ b/plugins/org.eclipse.osee.orcs.rest/src/org/eclipse/osee/orcs/rest/internal/search/artifact/dsl/DslFactory.java
@@ -37,10 +37,6 @@ public class DslFactory {
return builder;
}
- public static DslTranslator createTranslator() {
- return new DslTranslatorImpl_V1();
- }
-
public static Map<SearchMethod, PredicateHandler> getHandlers() {
Map<SearchMethod, PredicateHandler> handlers = new HashMap<SearchMethod, PredicateHandler>();
handlers.put(SearchMethod.IDS, new IdsPredicateHandler());

Back to the top