We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50883d commit 7247038Copy full SHA for 7247038
src/main/java/org/jabref/gui/preferences/journals/AbbreviationsFileViewModel.java
@@ -4,12 +4,10 @@
4
import java.nio.file.Files;
5
import java.nio.file.NoSuchFileException;
6
import java.nio.file.Path;
7
-import java.util.ArrayList;
8
import java.util.List;
9
import java.util.Objects;
10
import java.util.Optional;
11
import java.util.Set;
12
-import java.util.stream.Collectors;
13
14
import javafx.beans.property.BooleanProperty;
15
import javafx.beans.property.ReadOnlyBooleanProperty;
0 commit comments