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