Skip to content

Commit

Permalink
#8491 : Fix CheckStyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
addak committed Feb 28, 2022
1 parent 2494509 commit f7f031c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.apache.xmpbox.schema.DublinCoreSchema;
import org.apache.xmpbox.type.BadFieldValueException;

import org.jabref.logic.TypedBibEntry;
import org.jabref.model.database.BibDatabaseMode;
import org.jabref.model.entry.Author;
import org.jabref.model.entry.AuthorList;
Expand All @@ -26,7 +27,6 @@
import org.jabref.model.entry.field.UnknownField;
import org.jabref.model.entry.types.EntryTypeFactory;
import org.jabref.model.strings.StringUtil;
import org.jabref.logic.TypedBibEntry;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit f7f031c

Please sign in to comment.