Skip to content

Commit dfad2fd

Browse files
cmoralesmxtobiasdiez
authored andcommitted
Amend the reference to JabRefReferences initialization (#5487)
The former filename does not exist, the updated file being referred does contain the initialization of JabRefPreferences. If the previous name is kept, new contributors could potentially be confused when looking for the file.
1 parent 1bd9ff8 commit dfad2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/Globals.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Globals {
4040
public static final RemoteListenerServerLifecycle REMOTE_LISTENER = new RemoteListenerServerLifecycle();
4141
public static final ImportFormatReader IMPORT_FORMAT_READER = new ImportFormatReader();
4242
public static final TaskExecutor TASK_EXECUTOR = new DefaultTaskExecutor();
43-
// In the main program, this field is initialized in JabRef.java
43+
// In the main program, this field is initialized in JabRefMain.java
4444
// Each test case initializes this field if required
4545
public static JabRefPreferences prefs;
4646
/**

0 commit comments

Comments
 (0)