SimpleDOMQueryResult should be a record
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMRpcImplementationRegistration.java
index 1e53e9c9d23839847c344ec482dff2b2eae5ed6a..883085e657347aa384a6b5ab604e81f7bd552027 100644 (file)
@@ -15,7 +15,7 @@ import org.opendaylight.yangtools.concepts.ObjectRegistration;
  *
  * @param <T> RPC implementation type
  */
+// FIXME: reconsider usefulness of this capture
 public interface DOMRpcImplementationRegistration<T extends DOMRpcImplementation> extends ObjectRegistration<T> {
-    @Override
-    void close();
+
 }