ae238645055071ab99835d8b1bb39345df37a80f
java/com.sap.sailing.landscape.ui/src/com/sap/sailing/landscape/ui/shared/SailingApplicationReplicaSetDTO.java
| ... | ... | @@ -32,6 +32,7 @@ public class SailingApplicationReplicaSetDTO<ShardingKey> implements Named, IsSe |
| 32 | 32 | this.replicaSetName = replicaSetName; |
| 33 | 33 | this.version = version; |
| 34 | 34 | this.replicas = new ArrayList<>(); |
| 35 | + this.releaseNotesLink = releaseNotesLink; |
|
| 35 | 36 | this.hostname = hostname; |
| 36 | 37 | this.defaultRedirectPath = defaultRedirectPath; |
| 37 | 38 | this.autoScalingGroupAmiId = autoScalingGroupAmiId; |