From eb64cf4bb5f91d18a544d358583d2ded24a1d524 Mon Sep 17 00:00:00 2001 From: SvenHeinze97 <106655048+SvenHeinze97@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:07:37 +0200 Subject: [PATCH] Neuer branch (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Neue Kommentare * Weitere Kommentierung hinzugefĆ¼gt * Schlechten Code kommentiert * Entfernen Kommentar --- .../tst/org/eclipse/example/calc/OperationsTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();