mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コンストラクタ登録忘れ
This commit is contained in:
parent
911465a7ac
commit
b7f7183094
|
@ -19,6 +19,10 @@ public class DocumentDebugImpl implements DocumentDebug{
|
|||
@Inject
|
||||
LacertaDatabase database;
|
||||
|
||||
@Inject
|
||||
public DocumentDebugImpl() {
|
||||
}
|
||||
|
||||
|
||||
public void insertDocument(DocumentMeta meta, DocumentDetail detail) {
|
||||
DocumentEntity documentEntity = new DocumentEntity();
|
||||
|
|
Loading…
Reference in New Issue
Block a user