Skip to content

Commit f2b46a9

Browse files
author
Umut Akbayin
committed
refactor: remove static modifier
1 parent 5a23b6f commit f2b46a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jablib/src/main/java/org/jabref/logic/externalfiles/LinkedFileTransferHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class LinkedFileTransferHelper {
2121

22-
private static record FileCopyContext(
22+
private record FileCopyContext(
2323
BibDatabaseContext sourceContext,
2424
BibDatabaseContext targetContext,
2525
FilePreferences filePreferences

0 commit comments

Comments
 (0)