We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b12a0 commit 891a06dCopy full SHA for 891a06d
app/aem/actions.main/src/main/java/com/cognifide/apm/main/actions/internal/datasources/LowerMapper.java
@@ -34,7 +34,7 @@ public class LowerMapper {
34
reference = "Converts string to lower case"
35
)
36
public Action mapAction(
37
- @Required(value = "value", description = "") String value) {
+ @Required(value = "value", description = "string") String value) {
38
throw new NotImplementedException("");
39
}
40
0 commit comments