Skip to content

Commit 05475c5

Browse files
committed
Remove unused import from SRX.java
The `Collectors` class from `java.util.stream` was imported but not used in the code.
1 parent 438aa32 commit 05475c5

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/org/omegat/core/segmentation

1 file changed

+0
-1
lines changed

src/main/java/org/omegat/core/segmentation/SRX.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
import java.util.HashMap;
6060
import java.util.List;
6161
import java.util.Map;
62-
import java.util.stream.Collectors;
6362

6463
/**
6564
* The class with all the segmentation data possible -- rules, languages, etc.

0 commit comments

Comments
 (0)