Skip to content

Commit

Permalink
#2827: made it like in master
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 21, 2024
1 parent 96eae06 commit b2ac12a
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.cactoos.Text;
import org.cactoos.scalar.Unchecked;
import org.cactoos.text.Sticky;
import org.cactoos.text.Synced;
import org.cactoos.text.TextEnvelope;
import org.cactoos.text.TextOf;

Expand All @@ -50,10 +49,8 @@ final class CommitHashesText extends TextEnvelope {
/**
* Cache.
*/
private static final Text CACHE = new Synced(
new Sticky(
CommitHashesText.asText(CommitHashesText.HOME)
)
private static final Text CACHE = new Sticky(
CommitHashesText.asText(CommitHashesText.HOME)
);

/**
Expand Down

0 comments on commit b2ac12a

Please sign in to comment.