Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Aug 14, 2023
2 parents d4f0a1e + 40b2d9e commit 1d2d786
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 190 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
import org.cactoos.io.ResourceOf;
import org.cactoos.map.MapEntry;
import org.eolang.maven.hash.ChCached;
import org.eolang.maven.hash.ChCompound;
import org.eolang.maven.hash.ChPattern;
import org.eolang.maven.hash.ChRemote;
import org.eolang.maven.hash.ChText;
import org.eolang.maven.hash.CommitHash;
import org.eolang.maven.hash.CommitHashesMap;
Expand Down Expand Up @@ -106,7 +106,7 @@ void pullsFromProbes(@TempDir final Path temp) throws IOException {
"objectionaries",
new Objectionaries.Fake(
new OyRemote(
new ChCompound(null, null, "master")
new ChRemote("master")
)
)
)
Expand Down

This file was deleted.

1 comment on commit 1d2d786

@0pdd
Copy link

@0pdd 0pdd commented on 1d2d786 Aug 14, 2023

Choose a reason for hiding this comment

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

Puzzle 2299-f07057b7 disappeared from eo-maven-plugin/src/main/java/org/eolang/maven/hash/ChCompound.java), that's why I closed #2352. 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.