Fix trailing whitespace from cherry-pick

This commit is contained in:
Min Chen 2014-01-27 13:31:13 -08:00
parent cfe7864618
commit f77974b5d2

View File

@ -181,7 +181,7 @@ public abstract class TemplateAdapterBase extends AdapterBase implements Templat
if (stores != null && stores.size() > 0) {
isRegionStore = true;
}
if (!isAdmin && zoneId == null && !isRegionStore ) {
// domain admin and user should also be able to register template on a region store
throw new InvalidParameterValueException("Please specify a valid zone Id.");