コンストラクタのアノテーション忘れ修正

This commit is contained in:
ろむねこ 2024-01-12 12:25:01 +09:00
parent 9a56846e3a
commit 5bd84e730f
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -28,6 +28,7 @@ public class LacertaLibraryStubImpl implements LacertaLibrary {
Faker faker;
@Inject
public LacertaLibraryStubImpl() {
faker = new Faker(); // Init Faker
logger.debug("LibraryStub", "Initialized");