From 48fa95d7c787dc0dc0c6d198142aef357aef7743 Mon Sep 17 00:00:00 2001 From: megala21 Date: Thu, 10 Aug 2017 22:23:24 +0530 Subject: [PATCH] Re-factoring --- .../resources/alerts/Geo-ExecutionPlan-Speed_alert.siddhiql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/resources/alerts/Geo-ExecutionPlan-Speed_alert.siddhiql b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/resources/alerts/Geo-ExecutionPlan-Speed_alert.siddhiql index dd63dc2e52..93c7ca622f 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/resources/alerts/Geo-ExecutionPlan-Speed_alert.siddhiql +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/resources/alerts/Geo-ExecutionPlan-Speed_alert.siddhiql @@ -20,4 +20,4 @@ select id , latitude, longitude,timeStamp, type ,speed, heading ,eventId , "NORM insert into dataOut; from dataIn[id != "$deviceId"] select id , latitude, longitude,timeStamp, type, speed, heading ,eventId , "NORMAL" as state, "" as information -insert into dataOut; \ No newline at end of file +insert into dataOut;