Skip to content

Commit

Permalink
xml-analysis: remove reference to nashorn
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
  • Loading branch information
arfio committed Apr 15, 2024
1 parent ddb25ba commit 8b70339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<stateChange>
<stateAttribute type="constant" value="#CurrentScenario" />
<stateAttribute type="constant" value="component" />
<stateValue type="script" value="cat == null ? 'UNKNOWN' : cat" scriptEngine="nashorn" >
<stateValue type="script" value="cat == null ? 'UNKNOWN' : cat" >
<stateValue id="cat" type="eventField" value="cat" />
</stateValue>
</stateChange>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<stateChange>
<stateAttribute type="constant" value="#CurrentScenario" />
<stateAttribute type="constant" value="component" />
<stateValue type="script" value="cat == null ? 'UNKNOWN' : cat" scriptEngine="nashorn" >
<stateValue type="script" value="cat == null ? 'UNKNOWN' : cat" >
<stateValue id="cat" type="eventField" value="cat" />
</stateValue>
</stateChange>
Expand Down

0 comments on commit 8b70339

Please sign in to comment.