Removed unused imports

This commit is contained in:
Meenal Bhave
2018-11-21 14:25:00 +00:00
parent daeaf4b3d4
commit 8599166d6b
@@ -8,15 +8,11 @@ import org.alfresco.utility.model.*;
import org.apache.chemistry.opencmis.commons.PropertyIds;
import org.apache.chemistry.opencmis.commons.enums.VersioningState;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.springframework.http.HttpStatus;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class CustoModelGroupByFacetableTest extends AbstractSearchServiceE2E