Skip to content

Commit 3be04ef

Browse files
committed
Update the namespace of the Mode.
1 parent cf2e6dc commit 3be04ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/custom/application/v1/plantuml.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void init() {
2727

2828
}
2929

30-
@Action(value = "generate-uml", mode = org.tinystruct.application.Action.Mode.CLI)
30+
@Action(value = "generate-uml", mode = Action.Mode.CLI)
3131
public List<String> generateUML() throws ApplicationException, IOException {
3232
if (getContext().getAttribute("--plantuml-script") == null)
3333
throw new ApplicationException("Missing --plantuml-script");

0 commit comments

Comments
 (0)