mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
hotfix: 起動できないので暫定で修正
This commit is contained in:
parent
a81d79a972
commit
8faaf1e84a
|
@ -36,8 +36,8 @@ public class DocumentImpl implements Document {
|
|||
@Inject
|
||||
LacertaDatabase database;
|
||||
|
||||
@Inject
|
||||
LacertaVcs vcs;
|
||||
// @Inject
|
||||
// LacertaVcs vcs;
|
||||
|
||||
|
||||
@Inject
|
||||
|
@ -69,7 +69,7 @@ public class DocumentImpl implements Document {
|
|||
database.documentDao().insert(documentEntity);
|
||||
|
||||
// Vcs
|
||||
vcs.createDocument(meta.getId());
|
||||
// vcs.createDocument(meta.getId());
|
||||
|
||||
return detail;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user