Skip to content

Commit

Permalink
#2683: refactored again
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Dec 11, 2023
1 parent 0008548 commit c0a1fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public final class BinarizeParseMojo extends SafeMojo {
private static final
Map<String, BiFunction<XML, BinarizeParseMojo, FFINode>> FACTORY = new MapOf<>(
"/program/rusts/rust",
(node, mojo) -> new RustNode(
(node, mojo) -> new RustNode(
node,
mojo.names,
mojo.targetDir.toPath().resolve("Lib"),
Expand Down

1 comment on commit c0a1fad

@0pdd
Copy link

@0pdd 0pdd commented on c0a1fad Dec 11, 2023

Choose a reason for hiding this comment

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

Puzzle 2649-2559f1c7 disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/BinarizeParseMojo.java), that's why I closed #2683. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.