Skip to content

Commit 1e8e6f8

Browse files
committed
Fix totalTimer field final
1 parent f0b476e commit 1e8e6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DriveBackup/src/main/java/ratismal/drivebackup/UploadThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class UploadThread implements Runnable {
6767
private CommandSender initiator;
6868
private final UploadLogger logger;
6969
private final FileUtil fileUtil;
70-
private Timer totalTimer;
70+
private final Timer totalTimer;
7171

7272
/**
7373
* The current status of the backup thread

0 commit comments

Comments
 (0)