Fixed bug regarding the execution of manipulations
This commit is contained in:
@@ -236,7 +236,7 @@ public class Acquisition {
|
||||
logger.fine("Map Model to internal logic");
|
||||
|
||||
DataMessageMetadata metadata;
|
||||
if(smodel.getScan().getManipulation()!= null && smodel.getScan().getManipulation().size()<0){
|
||||
if(smodel.getScan().getManipulation()!= null && smodel.getScan().getManipulation().size()>0){
|
||||
// Setup optimized with manipulations
|
||||
|
||||
EventBus b = new AsyncEventBus(Executors.newCachedThreadPool());
|
||||
|
||||
Reference in New Issue
Block a user