mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-10 01:18:07 +01:00
refactor(currency-money): make datadirectory final
This commit is contained in:
parent
97939ff379
commit
f4bfa954b0
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ import lombok.Getter;
|
|||
|
||||
import java.nio.file.Path;
|
||||
|
||||
@Getter
|
||||
public class AbstractPlugin implements Plugin {
|
||||
@Getter
|
||||
private Config config;
|
||||
private Path dataDirectory;
|
||||
private final Path dataDirectory;
|
||||
|
||||
public AbstractPlugin(Path dataDirectory) {
|
||||
this.dataDirectory = dataDirectory;
|
||||
|
|
Loading…
Reference in a new issue