Change getIsOnlineFuture() return type
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / SwitchConnectionProviderImpl.java
index 0cf73dd31cc74e780a00488310587af47954bb20..abd3af6eb8b14d5e3c3718a22a11b458f6997178 100755 (executable)
@@ -153,7 +153,7 @@ public class SwitchConnectionProviderImpl implements SwitchConnectionProvider, C
 
     @Override
     @SuppressWarnings("checkstyle:IllegalCatch")
-    public ListenableFuture<Boolean> startup() {
+    public ListenableFuture<Void> startup() {
         LOG.debug("Startup summoned");
         try {
             serverFacade = createAndConfigureServer();