diff --git a/etc/messages.xml b/etc/messages.xml
index 1bbbd3a8..a1ab97dc 100755
--- a/etc/messages.xml
+++ b/etc/messages.xml
@@ -6505,8 +6505,10 @@ if (shouldCalcHalting && (calculateHaltingProbability() > 0) { }
by passing the source collection into a new Collection constructors argument. Use,
- Set s = new HashSet s = new HashSet<>(myArrayList);
+
+ instead of:
Set s = myArrayList.stream().collect(Collectors.toSet);