network scope is less than zone

This commit is contained in:
Adrian Cole 2011-02-27 12:12:40 -08:00
parent bedebd53dc
commit 5b2669c2f3
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ package org.jclouds.domain;
*/
public enum LocationScope {
PROVIDER, REGION, NETWORK, ZONE, RACK, HOST;
PROVIDER, REGION, ZONE, NETWORK, RACK, HOST;
}