<p><b>@blabno</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3364#discussion_r331738218">desktop/src/main/java/bisq/desktop/main/overlays/windows/FilterWindow.java</a>:</p>
<pre style='color:#555'>> @@ -301,4 +248,12 @@ private void addContent() {
         gridPane.getChildren().add(hBox);
         GridPane.setMargin(hBox, new Insets(10, 0, 0, 0));
     }
+
+    private List<String> readAsList(InputTextField field) {
+        if (field.getText().isEmpty()) {
+            return new ArrayList<>();
</pre>
<p>Use <code>Collections.emptyList()</code> instead of <code>new ArrayList<>()</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3364?email_source=notifications&email_token=AJFFTNTMZXHHJ2PJTIDE5I3QNBEEBA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCG74SNY#pullrequestreview-297781559">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUTBXRXY7XPOUSIXHDQNBEEBANCNFSM4I5HACNA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNTGGKETACDEFGJ7SKDQNBEEBA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCG74SNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3364?email_source=notifications\u0026email_token=AJFFTNTMZXHHJ2PJTIDE5I3QNBEEBA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCG74SNY#pullrequestreview-297781559",
"url": "https://github.com/bisq-network/bisq/pull/3364?email_source=notifications\u0026email_token=AJFFTNTMZXHHJ2PJTIDE5I3QNBEEBA5CNFSM4I5HACNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCG74SNY#pullrequestreview-297781559",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>