Skip to content

Commit

Permalink
#8783 checkstyle fixes for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kshepherd committed May 12, 2023
1 parent 4a88573 commit c2575b0
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -17,7 +17,9 @@
import static org.dspace.builder.ResourcePolicyBuilder.createResourcePolicy;
import static org.dspace.content.BitstreamFormat.KNOWN;
import static org.dspace.content.BitstreamFormat.SUPPORTED;
import static org.dspace.core.Constants.*;
import static org.dspace.core.Constants.DEFAULT_BITSTREAM_READ;
import static org.dspace.core.Constants.READ;
import static org.dspace.core.Constants.WRITE;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.hamcrest.Matchers.equalTo;
Expand Down Expand Up @@ -55,7 +57,6 @@
import org.apache.pdfbox.text.PDFTextStripper;
import org.apache.solr.client.solrj.SolrServerException;
import org.dspace.app.rest.test.AbstractControllerIntegrationTest;
import org.dspace.authorize.ResourcePolicy;
import org.dspace.authorize.service.AuthorizeService;
import org.dspace.authorize.service.ResourcePolicyService;
import org.dspace.builder.BitstreamBuilder;
Expand Down

0 comments on commit c2575b0

Please sign in to comment.