Satish K
Committed by Gerrit Code Review

Recursive infinite loop fix of PIM Interface

Change-Id: I2ec7b3be57e040b1010a741afc3f50e626a52c30
......@@ -117,7 +117,7 @@ public final class PIMInterfaces {
* @param cp The connectPoint representing the PIMInterface to be removed.
*/
private void removeInterface(ConnectPoint cp) {
removeInterface(cp);
PIMInterfaces.this.removeInterface(cp);
}
@Override
......