Change ClusterSingletonServiceService.closeServiceInstance()
[mdsal.git] / singleton-service / mdsal-singleton-common-api / src / main / java / org / opendaylight / mdsal / singleton / common / api / ClusterSingletonService.java
index 2329f8be575a86664fbfe318f4e78eced31c047d..cd4cdca1496f71a1783a15fddcb0328a131986cd 100644 (file)
@@ -32,6 +32,6 @@ public interface ClusterSingletonService extends Identifiable<ServiceGroupIdenti
      *
      * @return a ListenableFuture that is completed when the underlying instance close operation is complete.
      */
-    ListenableFuture<Void> closeServiceInstance();
+    ListenableFuture<? extends Object> closeServiceInstance();
 
 }