Skip to content

Commit

Permalink
Removed unused imports - checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Oct 27, 2023
1 parent 738a0be commit 68a3bad
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicReference;
import javax.ws.rs.core.MediaType;
Expand All @@ -51,8 +50,6 @@
import org.apache.commons.lang3.CharEncoding;
import org.dspace.app.rest.matcher.BitstreamMatcher;
import org.dspace.app.rest.matcher.BundleMatcher;
import org.dspace.app.rest.matcher.ClarinLicenseLabelMatcher;
import org.dspace.app.rest.matcher.ClarinLicenseMatcher;
import org.dspace.app.rest.matcher.CollectionMatcher;
import org.dspace.app.rest.matcher.HalMatcher;
import org.dspace.app.rest.matcher.ItemMatcher;
Expand Down Expand Up @@ -4793,8 +4790,6 @@ public void searchByHandle() throws Exception {
.withSubject("ExtraEntry")
.build();
context.restoreAuthSystemState();
Matcher<? super Object> publicItem1Matcher = ItemMatcher.matchItemWithTitleAndDateIssued(publicItem1,
"Public item 1", "2017-10-17");

String handlePrefix = configurationService.getProperty("handle.canonical.prefix");
String fullHandleIdentifier = handlePrefix + publicItem1.getHandle();
Expand Down

0 comments on commit 68a3bad

Please sign in to comment.