Skip to content

Commit ec28110

Browse files
authored
Fix checkstyle
1 parent 97fe32c commit ec28110

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

jablib/src/main/java/org/jabref/logic/importer/fetcher/AstrophysicsDataSystem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import org.jabref.logic.formatter.bibtexfields.NormalizeNamesFormatter;
1818
import org.jabref.logic.formatter.bibtexfields.RemoveEnclosingBracesFormatter;
1919
import org.jabref.logic.formatter.bibtexfields.RemoveNewlinesFormatter;
20-
import org.jabref.logic.help.HelpFile;
2120
import org.jabref.logic.importer.EntryBasedParserFetcher;
2221
import org.jabref.logic.importer.FetcherException;
2322
import org.jabref.logic.importer.IdBasedParserFetcher;

jablib/src/main/java/org/jabref/logic/importer/fetcher/ISIDOREFetcher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
import java.nio.charset.StandardCharsets;
99
import java.util.ArrayList;
1010
import java.util.List;
11-
import java.util.Optional;
1211
import java.util.StringJoiner;
1312

1413
import javax.xml.parsers.DocumentBuilder;
1514
import javax.xml.parsers.DocumentBuilderFactory;
1615
import javax.xml.parsers.ParserConfigurationException;
1716

18-
import org.jabref.logic.help.HelpFile;
1917
import org.jabref.logic.importer.FetcherException;
2018
import org.jabref.logic.importer.PagedSearchBasedParserFetcher;
2119
import org.jabref.logic.importer.Parser;

0 commit comments

Comments
 (0)