Adding package declaration to MidoNetElementTest

This commit is contained in:
Dave Cahill 2013-05-20 17:00:12 +09:00 committed by Chip Childers
parent 54ac779b8f
commit cede6c11ab

View File

@ -17,7 +17,8 @@
* under the License.
*/
import com.cloud.network.element.MidoNetElement;
package com.cloud.network.element;
import com.cloud.user.AccountVO;
import com.cloud.user.dao.AccountDao;
import junit.framework.TestCase;