Bug 8568: Remove deprecated MountProviderService from RootBindingAwareBroker
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / mount / MountService.java
index 9fa918f6f4677a6cf90c9c44202ca96273830128..1644c4029b18c5eef339246ea9973bf81fe9276a 100644 (file)
@@ -12,6 +12,6 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 
 public interface MountService extends BindingAwareService {
 
-    MountInstance getMountPoint(InstanceIdentifier path);
+    MountInstance getMountPoint(InstanceIdentifier<?> path);
 
 }