Skip to content

Commit ad1d86c

Browse files
author
Adrian Moreno
committed
added swift url
1 parent a5b45da commit ad1d86c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/stacksync/commons/notifications/ShareProposalNotification.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ public class ShareProposalNotification extends Notification implements Serializa
1616
protected String swiftURL;
1717

1818
public ShareProposalNotification(UUID workspaceId, String folderName, Long parentItemId, UUID ownerId,
19-
String ownerName, String swiftContainer) {
19+
String ownerName, String swiftContainer, String swiftUrl) {
2020
super();
2121
this.workspaceId = workspaceId;
2222
this.folderName = folderName;
2323
this.parentItemId = parentItemId;
2424
this.ownerId = ownerId;
2525
this.ownerName = ownerName;
2626
this.swiftContainer = swiftContainer;
27+
this.swiftURL = swiftUrl;
2728
}
2829

2930
public UUID getWorkspaceId() {

0 commit comments

Comments
 (0)