Skip to content

Commit 7247038

Browse files
committed
fix: address Checkstyle issues
1 parent f50883d commit 7247038

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/jabref/gui/preferences/journals/AbbreviationsFileViewModel.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
import java.nio.file.Files;
55
import java.nio.file.NoSuchFileException;
66
import java.nio.file.Path;
7-
import java.util.ArrayList;
87
import java.util.List;
98
import java.util.Objects;
109
import java.util.Optional;
1110
import java.util.Set;
12-
import java.util.stream.Collectors;
1311

1412
import javafx.beans.property.BooleanProperty;
1513
import javafx.beans.property.ReadOnlyBooleanProperty;

0 commit comments

Comments
 (0)