From 9892fc35bcb1f28c75bfc7fe4bb3539b8d5ea4f9 Mon Sep 17 00:00:00 2001 From: Bastian Kohler Date: Sun, 28 May 2023 22:19:05 +0200 Subject: [PATCH] Refactor of Detector.java --- app/src/main/java/com/example/ueberwachungssystem/Detector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/example/ueberwachungssystem/Detector.java b/app/src/main/java/com/example/ueberwachungssystem/Detector.java index e343cb6..7f00656 100644 --- a/app/src/main/java/com/example/ueberwachungssystem/Detector.java +++ b/app/src/main/java/com/example/ueberwachungssystem/Detector.java @@ -7,7 +7,7 @@ abstract public class Detector { private OnDetectionListener listener; /** Constructor - takes context of current activity */ - public Detector() {}; + public Detector() {} /** On Detection Listener - runs when violation is reported */