diff options
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-jruby/src/main')
3 files changed, 0 insertions, 3 deletions
diff --git a/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyStateFinalizerExecutor.java b/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyStateFinalizerExecutor.java index 28e61b6da..ee172d3ed 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyStateFinalizerExecutor.java +++ b/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyStateFinalizerExecutor.java @@ -23,7 +23,6 @@ package org.onap.policy.apex.plugins.executor.jruby; import java.util.Map; import java.util.Properties; - import org.jruby.embed.EmbedEvalUnit; import org.jruby.embed.LocalContextScope; import org.jruby.embed.LocalVariableBehavior; diff --git a/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskExecutor.java b/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskExecutor.java index 3944aab50..02504c670 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskExecutor.java +++ b/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskExecutor.java @@ -23,7 +23,6 @@ package org.onap.policy.apex.plugins.executor.jruby; import java.util.Map; import java.util.Properties; - import org.jruby.embed.EmbedEvalUnit; import org.jruby.embed.LocalContextScope; import org.jruby.embed.LocalVariableBehavior; diff --git a/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskSelectExecutor.java b/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskSelectExecutor.java index 2655aa195..97419b0c1 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskSelectExecutor.java +++ b/plugins/plugins-executor/plugins-executor-jruby/src/main/java/org/onap/policy/apex/plugins/executor/jruby/JrubyTaskSelectExecutor.java @@ -24,7 +24,6 @@ package org.onap.policy.apex.plugins.executor.jruby; import java.util.Properties; import java.util.Set; import java.util.TreeSet; - import org.jruby.embed.EmbedEvalUnit; import org.jruby.embed.LocalContextScope; import org.jruby.embed.LocalVariableBehavior; |