Skip to content

Commit

Permalink
Update RejectOrderCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 18, 2024
1 parent a307563 commit 920ec9c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import lombok.Getter;
import org.axonframework.modelling.command.TargetAggregateIdentifier;

import java.util.Date;

@Builder
@Getter
public class RejectOrderCommand {
Expand All @@ -18,4 +16,4 @@ public class RejectOrderCommand {
String shipmentId;
String reasonToFailed;
OrderStatus orderStatus;
}
}

0 comments on commit 920ec9c

Please sign in to comment.