From 8e608be094547d79a73e98e8edb71e7920aa8bdd Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:52:30 +0100 Subject: [PATCH] remove TODO --- .../autograder/core/check/complexity/TestChainedIfCheck.java | 1 - 1 file changed, 1 deletion(-) diff --git a/autograder-core/src/test/java/de/firemage/autograder/core/check/complexity/TestChainedIfCheck.java b/autograder-core/src/test/java/de/firemage/autograder/core/check/complexity/TestChainedIfCheck.java index a295b96b..2f6c9f6f 100644 --- a/autograder-core/src/test/java/de/firemage/autograder/core/check/complexity/TestChainedIfCheck.java +++ b/autograder-core/src/test/java/de/firemage/autograder/core/check/complexity/TestChainedIfCheck.java @@ -87,7 +87,6 @@ public static void main(String[] args) { @Test void testElseIfWithNestedIfNoElse() throws LinterException, IOException { - // TODO: again think of when this will be a problem with control flow? ProblemIterator problems = this.checkIterator(StringSourceInfo.fromSourceString( JavaVersion.JAVA_17, "Test",