Skip to content

Commit a6ac620

Browse files
fix: remove unused import (spotless)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac6c5db commit a6ac620

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

fx-liquidity-engine/fx-liquidity-engine/src/main/java/com/stablecoin/payments/fx/infrastructure/scheduling/LockExpiryJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import com.stablecoin.payments.fx.domain.event.FxRateExpired;
44
import com.stablecoin.payments.fx.domain.model.FxRateLock;
5-
import com.stablecoin.payments.fx.infrastructure.messaging.OutboxEventPublisher;
65
import com.stablecoin.payments.fx.domain.port.FxRateLockRepository;
76
import com.stablecoin.payments.fx.domain.port.LiquidityPoolRepository;
87
import com.stablecoin.payments.fx.domain.service.LiquidityService;
98
import com.stablecoin.payments.fx.domain.service.LockService;
9+
import com.stablecoin.payments.fx.infrastructure.messaging.OutboxEventPublisher;
1010
import lombok.RequiredArgsConstructor;
1111
import lombok.extern.slf4j.Slf4j;
1212
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;

fx-liquidity-engine/fx-liquidity-engine/src/test/java/com/stablecoin/payments/fx/infrastructure/scheduling/LockExpiryJobTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import com.stablecoin.payments.fx.domain.event.FxRateExpired;
44
import com.stablecoin.payments.fx.domain.model.FxRateLock;
55
import com.stablecoin.payments.fx.domain.model.FxRateLockStatus;
6-
import com.stablecoin.payments.fx.infrastructure.messaging.OutboxEventPublisher;
76
import com.stablecoin.payments.fx.domain.port.FxRateLockRepository;
87
import com.stablecoin.payments.fx.domain.port.LiquidityPoolRepository;
98
import com.stablecoin.payments.fx.domain.service.LiquidityService;
109
import com.stablecoin.payments.fx.domain.service.LockService;
10+
import com.stablecoin.payments.fx.infrastructure.messaging.OutboxEventPublisher;
1111
import org.junit.jupiter.api.DisplayName;
1212
import org.junit.jupiter.api.Test;
1313
import org.junit.jupiter.api.extension.ExtendWith;

phase2-integration-tests/src/test/java/com/stablecoin/payments/phase2/Phase2SagaIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import io.temporal.client.WorkflowClient;
44
import io.temporal.client.WorkflowClientOptions;
5-
import io.temporal.client.WorkflowExecutionAlreadyStarted;
65
import io.temporal.client.WorkflowStub;
76
import io.temporal.serviceclient.WorkflowServiceStubs;
87
import io.temporal.serviceclient.WorkflowServiceStubsOptions;

0 commit comments

Comments
 (0)