Skip to content

Commit

Permalink
Attempting to fix import-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylence committed Apr 14, 2023
1 parent adeeb32 commit 593323b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package org.jabref.logic.integrity;

import com.google.common.base.CharMatcher;

import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.regex.MatchResult;
import java.util.regex.Pattern;

import com.google.common.base.CharMatcher;
import org.jabref.logic.l10n.Localization;
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.field.Field;
Expand Down

0 comments on commit 593323b

Please sign in to comment.