Changes between Initial Version and Version 1 of Ticket #10226, comment 2
- Timestamp:
- 2019-09-29T12:49:18+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10226, comment 2
initial v1 13 13 We could solve this problem by independently checking each '|' separated value: 14 14 {{{ 15 #!java 15 16 for (String arrayValue : value.split("|")) { 16 17 HashSet<String> values = new HashSet<>();