Fixed bug regarding the execution of manipulations

This commit is contained in:
2013-10-04 13:03:34 +02:00
parent bf3535a9b5
commit 5660fafe25
@@ -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());