mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
loggerをfinalに
This commit is contained in:
parent
f380e7eef8
commit
3a270cdc9f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user