BAEL-3014: Updated the example

This commit is contained in:
isaolmez 2019-07-31 12:09:36 +03:00
parent 195c6bf529
commit b04073514d

View File

@ -7,6 +7,6 @@
<body>
myList contains red: <span th:text="${#lists.contains(myList, 'red')}"/>
myList contains red and green: <span th:text='${#lists.containsAll(myList, new String[]{"red", "green"})}'/>
myList contains red and green: <span th:text='${#lists.containsAll(myList, {"red", "green"})}'/>
</body>
</html>