Skip to content

Commit

Permalink
Share Transfer Capabilities from other Network AE of the same Device #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Apr 22, 2024
1 parent a25a9ae commit 2e95553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public void setShareTransferCapabilitiesFromAETitle(String shareTransferCapabili
this.shareTransferCapabilitiesFromAETitle = shareTransferCapabilitiesFromAETitle;
}

ApplicationEntity transferCapabilitiesAE() {
public ApplicationEntity transferCapabilitiesAE() {
return shareTransferCapabilitiesFromAETitle != null
? device.getApplicationEntity(shareTransferCapabilitiesFromAETitle)
: this;
Expand Down

0 comments on commit 2e95553

Please sign in to comment.