Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
candreac committed Oct 31, 2023
1 parent d3af3e3 commit 41154d0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import jakarta.inject.Inject;
import jakarta.ws.rs.core.Response;
import lombok.extern.slf4j.Slf4j;
import org.eclipse.microprofile.context.ManagedExecutor;
import org.eclipse.microprofile.context.ThreadContext;

import java.io.File;
import java.io.IOException;
Expand All @@ -46,11 +44,6 @@ public class BpmnVersionServiceImpl implements BpmnVersionService {
@Inject
BpmnFileStorageService bpmnFileStorageService;

@Inject
ThreadContext threadContext;
@Inject
ManagedExecutor managedExecutor;

@Override
public String decodeBase64(String s) {
byte[] array = BpmnUtils.base64ToByteArray(s);
Expand Down

0 comments on commit 41154d0

Please sign in to comment.