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