[bisq-network/bisq] Refactor FilterWindow (#3364)

Bernard Labno notifications at github.com
Sat Oct 5 08:13:52 UTC 2019


blabno requested changes on this pull request.



> @@ -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<>();

Use `Collections.emptyList()` instead of `new ArrayList<>()`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3364#pullrequestreview-297781559
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191005/91529536/attachment.html>


More information about the bisq-github mailing list