improve method names on annotations

This commit is contained in:
Jonathan Shook
2023-09-15 16:48:43 -05:00
parent 5e52ff2031
commit e4a566cedd
9 changed files with 32 additions and 32 deletions

View File

@@ -407,7 +407,7 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
.element(this)
.now()
.layer(Layer.Session)
.detail("cli", String.join("\n", args))
.addDetail("cli", String.join("\n", args))
.build()
);