Skip to content

Commit

Permalink
[yegor256#1207] Remove substring usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Mar 9, 2024
1 parent c7f288a commit 2fe5d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rultor/agents/daemons/EndsDaemon.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
import org.cactoos.iterable.Skipped;
import org.cactoos.list.ListOf;
import org.cactoos.text.Joined;
import org.cactoos.text.StartsWith;
import org.cactoos.text.Split;
import org.cactoos.text.StartsWith;
import org.cactoos.text.Sub;
import org.cactoos.text.TextOf;
import org.xembly.Directive;
Expand Down

0 comments on commit 2fe5d91

Please sign in to comment.