Test Sean

This commit is contained in:
Sean Reich 2024-06-16 16:35:38 +02:00
parent ef74807e16
commit 6684e14bf5

View File

@ -9,7 +9,7 @@ public class DirectedGraph<T extends VertexMarking, U extends EdgeMarking> exten
public DirectedGraph() {
super();
} //TestSean
} //TestSeans
public DirectedGraph(String s) {