clean up disableNetwork

This commit is contained in:
anthony 2010-08-29 17:46:25 -07:00
parent cfedc7c18f
commit d409e31606
1 changed files with 1 additions and 1 deletions

View File

@ -3346,7 +3346,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
return vlanNetwork;
}
protected void disableVlanNetwork(Network network) throws InternalErrorException {
protected void disableVlanNetwork(Network network){
try {
Connection conn = getConnection();
if (network.getVIFs(conn).isEmpty()) {