Skip to content

Commit

Permalink
#2591 fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Nov 28, 2023
1 parent 8d43a83 commit a8fffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private static boolean parse(final String opt) throws IOException {
* @param opts The opts left
* @throws Exception If fails
* @todo #2591:60min Make type casting when logging an app dataization result. The cast is
* necessary in this expression {@code new Data set(app).take()} in order to correctly
* necessary in this expression {@code new Dataized(app).take()} in order to correctly
* convert it to a string. This conversion it necessary for proper logging.
*/
private static void run(final List<String> opts) throws Exception {
Expand Down

0 comments on commit a8fffc7

Please sign in to comment.