loggerをfinalに

This commit is contained in:
r-ca 2024-01-09 12:48:32 +09:00
parent f380e7eef8
commit 3a270cdc9f
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -33,7 +33,7 @@ public class FileManagerImpl implements FileManager {
// Injection
private LacertaLogger logger;
private final LacertaLogger logger;
@AssistedInject
public FileManagerImpl(LacertaLogger logger, @Assisted Path rootDir) {