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 <[email protected]>
  • Loading branch information
arfio authored and bhufmann committed Apr 18, 2024
1 parent e852bb9 commit 1f35d7b
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 1f35d7b

Please sign in to comment.