Add: Violator dummy class to test pipeline behaviour

This commit is contained in:
Lars Simon Winzer
2026-03-30 14:15:11 +02:00
parent f841eecb93
commit f9b866fc40
@@ -0,0 +1,7 @@
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");
}
}