Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | anmolnar <...@git.apache.org> |
Subject | [GitHub] zookeeper pull request #451: ZOOKEEPER-2184: Zookeeper Client should re-reso... |
Date | Fri, 25 May 2018 13:48:15 GMT |
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/451#discussion_r190899356 --- Diff: src/java/main/org/apache/zookeeper/client/HostProvider.java --- @@ -53,7 +54,7 @@ * @param spinDelay * Milliseconds to wait if all hosts have been tried once. */ - public InetSocketAddress next(long spinDelay); + public InetSocketAddress next(long spinDelay) throws UnknownHostException; --- End diff -- @hanm This is done. --- | |
Mime |
|
View raw message |