Extra route fixes
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / vpnservice / VpnManager.java
index 1a454018d0a3f912570d99da250693f6f9a03c19..7c9a403957c0ff2dd6df05d1b88d9c65109416ab 100644 (file)
@@ -114,7 +114,7 @@ public class VpnManager extends AbstractDataChangeListener<VpnInstance> implemen
     }
 
     private void waitForOpDataRemoval(String id) {
-        //wait till DCN for removal of all DPNs in VPN arrivaes
+        //wait till DCN for update on VPN Instance Op Data signals that vpn interfaces linked to this vpn instance is zero
         Runnable notifyTask = new VpnNotifyTask();
         synchronized (id.intern()) {
             vpnOpMap.put(id, notifyTask);