fixing package name for pre-allocated lun api commands

This commit is contained in:
Kris McQueen 2010-09-14 17:04:35 -07:00
parent cf6829a038
commit 1b8965c202
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
package com.cloud.server.api.commands;
package com.cloud.api.commands;
import java.util.ArrayList;
import java.util.List;

View File

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
package com.cloud.server.api.commands;
package com.cloud.api.commands;
import java.util.ArrayList;
import java.util.List;