fixing the build

This commit is contained in:
abhishek 2010-10-05 14:28:41 -07:00
parent ddb991467f
commit 666696f899
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public abstract class BaseCmd {
ACCOUNT_OBJ("accountobj", BaseCmd.TYPE_OBJECT, "accountobj"),
ADD("add", BaseCmd.TYPE_BOOLEAN, "add"),
ALGORITHM("algorithm", BaseCmd.TYPE_STRING, "algorithm"),
AGGREGATE_NAME("aggregatename",BaseCmd.TYPE_STRING,"aggregatename"),
ALLOCATED("allocated", BaseCmd.TYPE_DATE, "allocated"),
ALLOCATED_ONLY("allocatedonly", BaseCmd.TYPE_BOOLEAN, "allocatedOnly"),
API_KEY("apikey", BaseCmd.TYPE_STRING, "apiKey"),