Bug 3292: Invalid Range exception in setDpnId
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / vpnservice / VpnserviceProvider.java
index e4d6e8970bfad95ad640a91c5e5bdfedf7bcdd08..9acdc36c6995d7a6da2b234b15688855a11869ed 100644 (file)
@@ -101,7 +101,7 @@ public class VpnserviceProvider implements BindingAwareProvider, IVpnManager,
     }
 
     @Override
-    public Collection<Long> getDpnsForVpn(long vpnId) {
+    public Collection<BigInteger> getDpnsForVpn(long vpnId) {
         return vpnInterfaceManager.getDpnsForVpn(vpnId);
     }