Skip to content

Commit

Permalink
pr remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Mar 7, 2024
1 parent 7ea0fc4 commit cda2833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import static org.eclipse.edc.spi.response.StatusResult.failure;
import static org.eclipse.edc.spi.types.domain.transfer.FlowType.PULL;

@Deprecated
@Deprecated(since = "0.5.1")
public class ConsumerPullTransferDataFlowController implements DataFlowController {

private final DataPlaneSelectorService selectorService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import static org.eclipse.edc.spi.types.domain.transfer.FlowType.PULL;
import static org.eclipse.edc.spi.types.domain.transfer.FlowType.PUSH;

@Deprecated
@Deprecated(since = "0.5.1")
public class ProviderPushTransferDataFlowController implements DataFlowController {

private final ControlApiUrl callbackUrl;
Expand Down

0 comments on commit cda2833

Please sign in to comment.