Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 9, 2024
1 parent 4a52c01 commit b0eca54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ public class JabRefPreferences implements PreferencesService {
private static final String PREFS_EXPORT_PATH = "prefsExportPath";
private static final String DOWNLOAD_LINKED_FILES = "downloadLinkedFiles";
private static final String FULLTEXT_INDEX_LINKED_FILES = "fulltextIndexLinkedFiles";
private static final String KEEP_DOWNLOAD_URL ="keepDownloadUrl";
private static final String KEEP_DOWNLOAD_URL = "keepDownloadUrl";

// Helper string
private static final String USER_HOME = System.getProperty("user.home");
Expand Down

0 comments on commit b0eca54

Please sign in to comment.