Skip to content

Commit aa9aa3c

Browse files
committed
[fel] clean code
1 parent ed78b5a commit aa9aa3c

File tree

1 file changed

+3
-3
lines changed
  • framework/fel/java/fel-flow/src/main/java/modelengine/fel/engine/activities

1 file changed

+3
-3
lines changed

framework/fel/java/fel-flow/src/main/java/modelengine/fel/engine/activities/AiWhenHappen.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ public class AiWhenHappen<O, D, I, RF extends Flow<D>, F extends AiFlow<D, RF>>
3535
* This constructor initializes a stateful processor for when/then style pattern matching
3636
* within AI workflows.
3737
*
38-
* @param matchHappen The core matching generator that evaluates conditions
39-
* @param flow The parent AI flow
40-
* @throws NullPointerException If either parameter is null
38+
* @param matchHappen The core matching generator that evaluates conditions.
39+
* @param flow The parent AI flow.
40+
* @throws NullPointerException If either parameter is null.
4141
*/
4242
public AiWhenHappen(WhenHappen<O, D, I, RF> matchHappen, F flow) {
4343
this.matchHappen = Validation.notNull(matchHappen, "WhenHappen cannot be null.");

0 commit comments

Comments
 (0)