fixing build break due to commit edbd3a862ce16cce1b22f54c843d33f8f6cf809c

This commit is contained in:
Murali Reddy 2011-09-15 11:40:46 +05:30
parent 9730160e63
commit bb7b6d5eee

View File

@ -150,7 +150,7 @@ public class F5ExternalLoadBalancerElement extends AdapterBase implements Networ
}
@Override
public boolean restart(Network network, ReservationContext context) throws ConcurrentOperationException, ResourceUnavailableException, InsufficientCapacityException{
public boolean restart(Network network, ReservationContext context, boolean cleanup) throws ConcurrentOperationException, ResourceUnavailableException, InsufficientCapacityException{
return true;
}