Refactor of Detector.java

This commit is contained in:
Bastian Kohler 2023-05-28 22:19:05 +02:00
parent 62a528d33b
commit 9892fc35bc

View File

@ -7,7 +7,7 @@ abstract public class Detector {
private OnDetectionListener listener; private OnDetectionListener listener;
/** Constructor - takes context of current activity */ /** Constructor - takes context of current activity */
public Detector() {}; public Detector() {}
/** On Detection Listener - runs when violation is reported */ /** On Detection Listener - runs when violation is reported */