Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 20, 2023
2 parents fde27b0 + e5dc096 commit 19c8cf9
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

/**
* Commit hashes table as a map.
* The keys - tags.
* The values - compound hashes (7 chars)
* The keys - tags
* The values - narrow hashes (7 chars)
*
* @since 0.29.6
*/
Expand Down Expand Up @@ -64,11 +64,6 @@ private CommitHashesMap(final String table) {
/**
* Ctor.
* @param table Commit hashes table.
* @todo #1602:30min Map with full hashes. Having done map with narrow
* hashes we got the situation where we can't get full hashes back in a
* simple way. We will actually need full hashes in ProbeMojo and PullMojo.
* So in order to avoid problems it would be better not to cut hashes here
* but when necessary.
*/
private CommitHashesMap(final Scalar<String> table) {
super(CommitHashesMap.fromTable(table));
Expand Down

1 comment on commit 19c8cf9

@0pdd
Copy link

@0pdd 0pdd commented on 19c8cf9 Sep 20, 2023

Choose a reason for hiding this comment

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

Puzzle 1602-f8cc6ecc disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/hash/CommitHashesMap.java), that's why I closed #2282. 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.