Skip to content

Commit 11d9c40

Browse files
authored
Merge pull request #300 from signalapp/jrose/java-SenderKeyStore-doc-comment
Java: fix doc comment for SenderKeyStore.loadSenderKey
2 parents 5ef78c0 + a9729bb commit 11d9c40

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

java/java/src/main/java/org/whispersystems/libsignal/groups/state/SenderKeyStore.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public interface SenderKeyStore {
3434
* @param sender The address of the current client.
3535
* @param distributionId An opaque identifier that uniquely identifies the group (but isn't the group ID).
3636
* @return a copy of the SenderKeyRecord corresponding to the (id + senderName + deviceId tuple, or
37-
* a new SenderKeyRecord if one does not currently exist.
37+
* `null` if one does not currently exist.
3838
*/
39-
4039
public SenderKeyRecord loadSenderKey(SignalProtocolAddress sender, UUID distributionId);
4140
}

0 commit comments

Comments
 (0)