From b198dc2e06026cdeb87432dd2247c6b8665711c4 Mon Sep 17 00:00:00 2001 From: Bastian Kohler Date: Thu, 11 May 2023 21:33:40 +0200 Subject: [PATCH] small refactor --- .../java/com/example/ueberwachungssystem/VideoDetection.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/example/ueberwachungssystem/VideoDetection.java b/app/src/main/java/com/example/ueberwachungssystem/VideoDetection.java index d5315f4..03a0384 100644 --- a/app/src/main/java/com/example/ueberwachungssystem/VideoDetection.java +++ b/app/src/main/java/com/example/ueberwachungssystem/VideoDetection.java @@ -5,4 +5,5 @@ package com.example.ueberwachungssystem; public class VideoDetection { + }