Skip to content

Commit

Permalink
Merge branch 'bundle-core-model-unified' of github.com:SJSU-CS-system…
Browse files Browse the repository at this point in the history
…s-group/DDD into bundle-core-model-unified
  • Loading branch information
gokris165 committed May 29, 2024
2 parents 5caae7e + 478d378 commit 00558df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle-core/src/main/java/com/ddd/model/Metadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public class Metadata {
//latest messageId processed by the application
public long lastProcessedMessageId;

public Metadata(long lastAddedMessageId, long lastSentMessageId, long lastReceivedMessageId, long lastProcessedMessageId){
public Metadata(long lastAddedMessageId, long lastSentMessageId, long lastReceivedMessageId,
long lastProcessedMessageId) {
this.lastAddedMessageId = lastAddedMessageId;
this.lastSentMessageId = lastSentMessageId;
this.lastReceivedMessageId = lastReceivedMessageId;
Expand Down

0 comments on commit 00558df

Please sign in to comment.