BUG-432: remove type argument from Registration
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / ObjectRegistration.java
index 4c7c18a39df00de426a1b109e1eccf78d877608b..6a727ebc91eab2715a80206cac1a17f2128b5247 100644 (file)
@@ -14,7 +14,7 @@ package org.opendaylight.yangtools.concepts;
  * usual Java reference mechanism, as the entity where the object is
  * registered may reside outside of the Java Virtual Machine.
  */
-public interface ObjectRegistration<T> extends Registration<T> {
+public interface ObjectRegistration<T> extends Registration {
     /**
      * Return the object instance.
      *