Issue 77: cpu priority is missing by design per rackspace issue 118770

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1640 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-07-17 16:29:50 +00:00
parent 73ec708b03
commit ffac49c5b7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ package org.jclouds.rackspace.cloudservers.domain;
/**
*
* A flavor is an available hardware configuration for a server. Each flavor has a unique
* combination of disk space, memory capacity, and priority for CPU time.
* combination of disk space, memory capacity.
*
* @author Adrian Cole
*/