Skip to content

Commit

Permalink
fix:checkstyleTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrYurk committed Dec 20, 2024
1 parent b1f6c3a commit c452f3b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
import org.mockserver.model.MediaType;

import java.time.Instant;
import java.util.AbstractMap;
import java.util.Map;
import java.util.Objects;
import java.util.Set;
import java.util.AbstractMap;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Executors;
Expand Down Expand Up @@ -333,7 +333,6 @@ private HttpResponse cacheEdr(HttpRequest request, Map<String, TransferProcessSt
}
}


private String createResources(){
var assetId = UUID.randomUUID().toString();
createResourcesOnProvider(assetId, httpSourceDataAddress());
Expand Down

0 comments on commit c452f3b

Please sign in to comment.