Skip to content

Commit

Permalink
fix(#2541): removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 17, 2023
1 parent 9e198c1 commit 17916de
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ private static Map<String, CommitHash> fromTable(final Scalar<String> table) {
* Fake commit hashes hash-table.
*
* @since 0.29.6
* @todo #2528:30min Remove "master" pair from the table. Hash of "master" tag is not static
* and is being updated dynamically. That's why we should not use it in fake CommitHashesMap
* with {@link org.eolang.maven.objectionary.OyRemote}. That's why it would be better to remove
* it from the table and assure that all tests are green. Don't forget to remove the puzzle.
*/
public static final class Fake extends MapEnvelope<String, CommitHash> {
/**
Expand Down

0 comments on commit 17916de

Please sign in to comment.