Skip to content

Commit

Permalink
feat(objectionary#2638): rewritten todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Dec 20, 2023
1 parent 6b3839d commit 5d3d8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* Here "Matchers.hasKey(String.format("target/%s/foo/x/main.%s",
* ParseMojo.DIR, TranspileMojo.EXT)".
* But it should be "Matchers.hasKey(String.format("target/%s/foo/x/main.%s",
* OptimizeMojo.DIR, TranspileMojo.EXT)".
* OptimizeMojo.DIR, TranspileMojo.EXT)". Or is this not a mistake?
* @since 0.1
*/
@SuppressWarnings({"PMD.AvoidDuplicateLiterals", "PMD.TooManyMethods"})
Expand Down

0 comments on commit 5d3d8e8

Please sign in to comment.