bug 5190: cosmetic changes for the final result returned back to the UI, for Will to consume

This commit is contained in:
abhishek 2010-11-03 09:46:17 -07:00
parent 4fc8b7ae0b
commit 703fcaffe6
1 changed files with 1 additions and 1 deletions

View File

@ -6004,7 +6004,7 @@ public class ManagementServerImpl implements ManagementServer {
return ("Updated:"+updatedCpIdList.size()+" out of:"+cpList.size()+" console proxies");
}else{
//failure case, if even one update fails
throw new ManagementServerException("Updated:"+updatedCpIdList.size()+" out of:"+cpList.size()+" console proxies with successfully updated console proxy ids being:"+updatedCpIdList.toString());
throw new ManagementServerException("Updated:"+updatedCpIdList.size()+" out of:"+cpList.size()+" console proxies with successfully updated console proxy ids being:"+(updatedCpIdList.size() > 0 ? updatedCpIdList.toString():""));
}
}
else