mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
実装を後回しにする部分にコメントを追加
This commit is contained in:
parent
b51eeb50ac
commit
362eda782d
|
@ -20,7 +20,11 @@ public enum ActionType {
|
|||
|
||||
CREATE_DOCUMENT("create_document"),
|
||||
DROP_DOCUMENT("drop_document"),
|
||||
|
||||
// TODO-rca: 実装----------------------------------------
|
||||
UPDATE_DOCUMENT_META("update_document_meta"),
|
||||
// -----------------------------------------------------
|
||||
|
||||
OTHER("other");
|
||||
|
||||
private final String value;
|
||||
|
|
Loading…
Reference in New Issue
Block a user