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

Ɓukasz Usarz notifications at github.com
Mon Oct 7 12:21:16 UTC 2019


lusarz commented 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<>();

Ok, I changed into `Collections.emptyList()` and did like you said - nothing wrong happened. 

-- 
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#discussion_r331986538
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191007/711c7bf0/attachment.html>


More information about the bisq-github mailing list