un-deprecate common device getDeviceMountPoint 13/87213/6
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 16 Dec 2019 10:33:52 +0000 (11:33 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 29 Jan 2020 14:08:20 +0000 (15:08 +0100)
This method has been introduced already deprecated because it was
relying on the old md.sal controller API.
Since we use now the new MD-SAL API, there is no reason to keep it
deprecated.

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I0fe318138e3d88177be0344ff9714ad2b7eb4af1

common/src/main/java/org/opendaylight/transportpce/common/device/DeviceTransactionManager.java

index 57c942b78c548602e186cb4dc421bd6de277e3d7..ae8f601232e3a23b7c5129516e4a7aefd04b0078 100644 (file)
@@ -132,7 +132,6 @@ public interface DeviceTransactionManager {
     Future<Optional<DeviceTransaction>> getDeviceTransaction(String deviceId, long timeoutToSubmit, TimeUnit timeUnit);
 
     // TODO make private in impl
-    @Deprecated
     Optional<MountPoint> getDeviceMountPoint(String deviceId);
 
     /**