Skip to content

Commit

Permalink
removed unused services
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Nov 20, 2024
1 parent b026ca0 commit 64d7eae
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
import org.apache.commons.lang3.BooleanUtils;
import org.dspace.app.rest.exception.DSpaceBadRequestException;
import org.dspace.app.rest.model.patch.Operation;
import org.dspace.content.service.InstallItemService;
import org.dspace.content.service.ItemService;
import org.dspace.core.Context;
import org.dspace.core.ProvenanceService;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -30,12 +28,6 @@ public abstract class PatchOperation<M> {
public static final String OPERATION_MOVE = "move";
public static final String OPERATION_REMOVE = "remove";

@Autowired
InstallItemService installItemService;

@Autowired
ItemService itemService;

@Autowired
ProvenanceService provenanceService;

Expand Down

0 comments on commit 64d7eae

Please sign in to comment.