From e56b51ff71081afca9ee80f756d7689d128ed017 Mon Sep 17 00:00:00 2001 From: Alekseeva Yana Date: Mon, 8 Jan 2024 19:43:27 +0300 Subject: [PATCH] feat(#2746): fix todo in OptCached --- .../main/java/org/eolang/maven/optimization/OptCached.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java b/eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java index 3f5f138eb9..f808fbfc94 100644 --- a/eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java +++ b/eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java @@ -43,8 +43,8 @@ * @since 0.28.11 * @todo #2746:30min Use checksum, not time. * The following tests show that fetching from the cache doesn't work correctly: - * - {@link org.eolang.maven.optimization.OptCachedTest#returnsFromCacheCorrectProgram(Path path)}, - * - {@link org.eolang.maven.optimization.OptCachedTest#returnsFromCacheButTimesSaveAndExecuteDifferent(Path path)}. + * - {@link OptCachedTest#returnsFromCacheCorrectProgram(Path path)}, + * - {@link OptCachedTest#returnsFromCacheButTimesSaveAndExecuteDifferent(Path path)}. * Need to fix the file validation from cache: using checksum, but not time. * Don't forget to enable the tests. */