mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
Transaction: Add missing @Nullable on getMemo().
This commit is contained in:
parent
98c5e42517
commit
ac37ed4087
1 changed files with 1 additions and 0 deletions
|
@ -1753,6 +1753,7 @@ public class Transaction extends ChildMessage {
|
|||
/**
|
||||
* Returns the transaction {@link #memo}.
|
||||
*/
|
||||
@Nullable
|
||||
public String getMemo() {
|
||||
return memo;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue