Skip to content

Commit df2f763

Browse files
committed
Javadoc
1 parent 6ef335d commit df2f763

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ActionExecutionContext {
3232
private final SCXMLExecutionContext exctx;
3333

3434
/**
35-
* Constructor
35+
* Constructs a new instance.
3636
* @param exctx The SCXML execution context this action execution context belongs to
3737
*/
3838
public ActionExecutionContext(final SCXMLExecutionContext exctx) {

src/main/java/org/apache/commons/scxml2/SCInstance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public class SCInstance implements Serializable {
131131
private boolean singleContext;
132132

133133
/**
134-
* Constructor
134+
* Constructs a new instance.
135135
* @param internalIOProcessor The I/O Processor for the internal event queue
136136
* @param evaluator The evaluator
137137
* @param errorReporter The error reporter

src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class SCXMLExecutionContext implements SCXMLIOProcessor {
130130
private String sessionId;
131131

132132
/**
133-
* Constructor
133+
* Constructs a new instance.
134134
*
135135
* @param scxmlExecutor The SCXMLExecutor of this SCXMLExecutionContext
136136
* @param evaluator The evaluator

0 commit comments

Comments
 (0)