Skip to content

Commit

Permalink
Merge pull request #56 from objectionary/test-fork
Browse files Browse the repository at this point in the history
added TODOs
  • Loading branch information
MikhailLipanin authored Oct 3, 2022
2 parents c6f07b0 + 3ccec6a commit d1a0288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/eolang/dejump/RemoveGoto.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import org.eolang.parser.XMIR;

/*
@todo 30min add RemoveGotoTest
@todo #54:30min add RemoveGotoTest
*/
/**
* The main logic of application.
Expand Down Expand Up @@ -131,7 +131,7 @@ public void exec() throws IOException {
before = RemoveGoto.getParsedXml(new XMLDocument(Files.readString(input.toPath())));
}
/*
@todo 30min Configure slf4j Logger and replace these line to Logger.debug
@todo #54:30min Configure slf4j Logger and replace these line to Logger.debug
*/
System.out.println(before);
System.out.println("========================================");
Expand Down

2 comments on commit d1a0288

@0pdd
Copy link

@0pdd 0pdd commented on d1a0288 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 54-9dfd549f discovered in src/main/java/org/eolang/dejump/RemoveGoto.java) and submitted as #57. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on d1a0288 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 54-13754047 discovered in src/main/java/org/eolang/dejump/RemoveGoto.java) and submitted as #58. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.