There was an error while loading. Please reload this page.
1 parent a5b45da commit ad1d86cCopy full SHA for ad1d86c
1 file changed
src/main/java/com/stacksync/commons/notifications/ShareProposalNotification.java
@@ -16,14 +16,15 @@ public class ShareProposalNotification extends Notification implements Serializa
16
protected String swiftURL;
17
18
public ShareProposalNotification(UUID workspaceId, String folderName, Long parentItemId, UUID ownerId,
19
- String ownerName, String swiftContainer) {
+ String ownerName, String swiftContainer, String swiftUrl) {
20
super();
21
this.workspaceId = workspaceId;
22
this.folderName = folderName;
23
this.parentItemId = parentItemId;
24
this.ownerId = ownerId;
25
this.ownerName = ownerName;
26
this.swiftContainer = swiftContainer;
27
+ this.swiftURL = swiftUrl;
28
}
29
30
public UUID getWorkspaceId() {
0 commit comments