Remove: Violator dummy file

This commit is contained in:
Lars Simon Winzer
2026-03-30 14:20:01 +02:00
parent f9b866fc40
commit 9d4afdc3e8
@@ -1,7 +0,0 @@
package ch.unibas.dmi.dbis.cs108.casono.server;
public class Violator {
public void dummy() {
System.out.println("This is a disallowed sysout statement, triggering the failure of the merge request");
}
}