Fix qhelp sample

This commit is contained in:
Tony Torralba
2021-08-02 10:00:59 +02:00
parent 90b5e02b6e
commit 9fadb26325

View File

@@ -24,7 +24,7 @@ and then runs it in the default context. In the second example, the untrusted da
validated with a custom method that checks that the expression does not contain unexpected code
before evaluating it.
</p>
<sample src="UnsafeMvelExpressionEvaluation.java" />
<sample src="MvelExpressionEvaluation.java" />
</example>
<references>