>
> + @Test
> + public void testSocketFinderAllowedInterfacesPrivate() throws Exception {
> + ConcurrentOpenSocketFinder finder = new
> ConcurrentOpenSocketFinder(socketAlwaysOpen, nodeRunning, userExecutor);
> + finder.allowedInterfaces =
> ConcurrentOpenSocketFinder.AllowedInterfaces.PRIVATE;Static import `ConcurrentOpenSocketFinder.AllowedInterfaces`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/341/files#r11467121
