mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
コンストラクタのアノテーション忘れ修正
This commit is contained in:
parent
9a56846e3a
commit
5bd84e730f
|
@ -28,6 +28,7 @@ public class LacertaLibraryStubImpl implements LacertaLibrary {
|
||||||
|
|
||||||
Faker faker;
|
Faker faker;
|
||||||
|
|
||||||
|
@Inject
|
||||||
public LacertaLibraryStubImpl() {
|
public LacertaLibraryStubImpl() {
|
||||||
faker = new Faker(); // Init Faker
|
faker = new Faker(); // Init Faker
|
||||||
logger.debug("LibraryStub", "Initialized");
|
logger.debug("LibraryStub", "Initialized");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user