Skip to content

Commit

Permalink
fix(objectionary#2764):fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Jan 16, 2024
1 parent 3f2b35e commit 6a7a66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* @todo #2746:30min Unify caching mechanism on stages: parse, optimize, pull and so on.
* Current implementations of caching on parsing stage and optimize stages work differently.
* In ParseMojo we have condition {@code if (tojo.hasHash()) }, in OptimizeMojo or ShakeMojo we
* ompare creation time of files.
* compare creation time of files.
* Don't forget to enable the tests.
*/
public final class OptCached implements Optimization {
Expand Down

0 comments on commit 6a7a66a

Please sign in to comment.