Skip to content

Commit

Permalink
refactor(DiagramGenerator.java): access node elements directly
Browse files Browse the repository at this point in the history
work on #73
  • Loading branch information
bsorrentino committed Feb 11, 2025
1 parent 2265238 commit 770c003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected final <State extends AgentState> Context generate( StateGraph<State> s

appendHeader( ctx );

stateGraph.nodes
stateGraph.nodes.elements
.forEach( n -> {

try {
Expand Down

0 comments on commit 770c003

Please sign in to comment.