X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=benchmarks%2FIrrigationController%2FMotionDetection.java;h=0ae1e70ced0155387b072846b3134677401ba570;hp=767dd67e39f3034b89f0540c4dfad3a5d51e57cd;hb=dc73888086445b67a93e0651199411fe4d8b1aa0;hpb=1a78ccf72b7316b2973db9533a1cd7c1f04bff3a diff --git a/benchmarks/IrrigationController/MotionDetection.java b/benchmarks/IrrigationController/MotionDetection.java index 767dd67..0ae1e70 100644 --- a/benchmarks/IrrigationController/MotionDetection.java +++ b/benchmarks/IrrigationController/MotionDetection.java @@ -416,10 +416,10 @@ class MotionDetection extends UnicastRemoteObject implements CameraCallback { // Motion was detected so issue callbacks to all objects that registered // to receive callback from this class. for (MotionDetectionCallback c : callbackList) { - try { + //try { c.motionDetected(this.getTimestampOfLastMotion()); - } catch (RemoteException re) { - } + //} catch (RemoteException re) { + //} } } else {