[bisq-network/bisq] Bisq Network Monitor: Babysteps (#2181)

Florian Reimair notifications at github.com
Sat Dec 29 10:31:28 UTC 2018


freimair commented on this pull request.



> +            report(Long.parseLong(values.values().iterator().next()));
+        }
+
+        @Override
+        public void report(Map<String, String> values, String prefix) {
+            report(values);
+        }
+
+        @Override
+        public void report(long value, String prefix) {
+            report(value);
+        }
+
+    }
+
+    private final static File torWorkingDirectory = new File(TorHiddenServiceStartupTimeTests.class.getSimpleName());

only the private class is declared above. Old habits. Done.

-- 
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/2181#discussion_r244476818
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181229/4d8df808/attachment.html>


More information about the bisq-github mailing list