Allon Mureinik has uploaded a new change for review. Change subject: restapi: FQCN imports in the types project ......................................................................
restapi: FQCN imports in the types project Replaced the remaining * imports in the types project with FQCN imports. Change-Id: Ibd83bd98dfebee9649b227ac596547d0f8b5c23d Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/StorageFormatMapperTest.java 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/14808/1 diff --git a/backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/StorageFormatMapperTest.java b/backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/StorageFormatMapperTest.java index 7550c7a..adb2e63 100644 --- a/backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/StorageFormatMapperTest.java +++ b/backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/StorageFormatMapperTest.java @@ -1,11 +1,10 @@ package org.ovirt.engine.api.restapi.types; -import static org.junit.Assert.*; +import static org.junit.Assert.assertEquals; import org.junit.Test; - -import org.ovirt.engine.core.common.businessentities.StorageFormatType; import org.ovirt.engine.api.restapi.model.StorageFormat; +import org.ovirt.engine.core.common.businessentities.StorageFormatType; public class StorageFormatMapperTest { -- To view, visit http://gerrit.ovirt.org/14808 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd83bd98dfebee9649b227ac596547d0f8b5c23d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
