diff --git a/org.eclipse.forkexample.calc.test/tst/org/eclipse/example/calc/OperationsTest.java b/org.eclipse.forkexample.calc.test/tst/org/eclipse/example/calc/OperationsTest.java index cbb081af..e66fdf0f 100644 --- a/org.eclipse.forkexample.calc.test/tst/org/eclipse/example/calc/OperationsTest.java +++ b/org.eclipse.forkexample.calc.test/tst/org/eclipse/example/calc/OperationsTest.java @@ -23,7 +23,8 @@ public class OperationsTest { private Square square; - + //Das ist mein neuer Kommentar + //Noch ein weiterer Kommentar @Before public void setUp() throws Exception { new Plus();