You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by geomacy <gi...@git.apache.org> on 2017/02/23 12:38:57 UTC

[GitHub] brooklyn-server pull request #529: ConnectivityResolver

Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/529#discussion_r102683289
  
    --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/net/ReachableSocketFinder.java ---
    @@ -116,9 +114,9 @@ public HostAndPort findOpenSocketOnNode(final Iterable<? extends HostAndPort> so
         }
     
         /**
    -     * @return A lazily computed Iterable containing present values for the elements of sockets that are
    -     * reachable according to {@link #socketTester} and absent values for those not. Checks are concurrent
    -     * and the elements in the Iterable are ordered according to their position in sockets.
    +     * @return An Iterable containing present values for the elements of sockets that are reachable
    +     * according to {@link #socketTester} and absent values for those not. Checks are concurrent.
    +     * The iterable returned is ordered according sockets.
    --- End diff --
    
    typo "according to"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---