Skip to content

Commit 891a06d

Browse files
committed
added data source support
1 parent a8b12a0 commit 891a06d

File tree

1 file changed

+1
-1
lines changed
  • app/aem/actions.main/src/main/java/com/cognifide/apm/main/actions/internal/datasources

1 file changed

+1
-1
lines changed

app/aem/actions.main/src/main/java/com/cognifide/apm/main/actions/internal/datasources/LowerMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class LowerMapper {
3434
reference = "Converts string to lower case"
3535
)
3636
public Action mapAction(
37-
@Required(value = "value", description = "") String value) {
37+
@Required(value = "value", description = "string") String value) {
3838
throw new NotImplementedException("");
3939
}
4040
}

0 commit comments

Comments
 (0)