Skip to content

Commit 3a771f5

Browse files
snapshot filter misused
1 parent a6774e6 commit 3a771f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/dddheroes/heroesofddd/creaturerecruitment/write

src/main/java/com/dddheroes/heroesofddd/creaturerecruitment/write/Dwelling.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import static org.axonframework.modelling.command.AggregateLifecycle.*;
2626

27-
@Aggregate(snapshotTriggerDefinition = "dwellingSnapshotTrigger", snapshotFilter = "dwellingSnapshotFilter")
27+
@Aggregate(snapshotTriggerDefinition = "dwellingSnapshotTrigger")
2828
public class Dwelling {
2929

3030
private static final Logger logger = LoggerFactory.getLogger(Dwelling.class);

0 commit comments

Comments
 (0)