Skip to content

Commit fd0af91

Browse files
committed
Proof Java actions
1 parent aeb3a51 commit fd0af91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/modeling/resources/java-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Describes using Java Actions to extend the functionality of your M
88

99
## Introduction
1010

11-
With Java actions you can extend the functionality of your application in situations where it would be hard to implement this functionality in microflows. You can call a Java action from a microflow using the [Java action call](/refguide/java-action-call/).
11+
With Java actions, you can extend the functionality of your application in situations where it would be hard to implement this functionality in microflows. You can call a Java action from a microflow using the [Java action call](/refguide/java-action-call/).
1212

1313
{{% alert color="info" %}}
1414
Each Java action defined in Studio Pro corresponds to a file *{name of Java action}.java* in the subdirectory *javasource/{module name}/actions* of the app directory.

0 commit comments

Comments
 (0)