mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
loggerをfinalに
This commit is contained in:
parent
f380e7eef8
commit
3a270cdc9f
|
@ -33,7 +33,7 @@ public class FileManagerImpl implements FileManager {
|
||||||
|
|
||||||
|
|
||||||
// Injection
|
// Injection
|
||||||
private LacertaLogger logger;
|
private final LacertaLogger logger;
|
||||||
|
|
||||||
@AssistedInject
|
@AssistedInject
|
||||||
public FileManagerImpl(LacertaLogger logger, @Assisted Path rootDir) {
|
public FileManagerImpl(LacertaLogger logger, @Assisted Path rootDir) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user