Skip to content

Commit

Permalink
Clean code style according to checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre CREMIEUX authored and Alexandre CREMIEUX committed Jan 20, 2025
1 parent 0bff913 commit ea36f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import java.nio.file.Files;
import java.nio.file.Path;
import java.time.Clock;
import java.time.ZoneId;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Objects;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import org.jabref.logic.importer.FetcherException;
import org.jabref.logic.importer.ImporterPreferences;
import org.jabref.logic.net.URLDownload;
import org.jabref.model.entry.BibEntry;
import org.jabref.logic.util.URLUtil;
import org.jabref.model.citation.semanticscholar.CitationsResponse;
import org.jabref.model.citation.semanticscholar.ReferencesResponse;
import org.jabref.logic.util.URLUtil;
import org.jabref.model.entry.BibEntry;

import com.google.gson.Gson;

Expand Down

0 comments on commit ea36f1a

Please sign in to comment.