mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
Transaction: Add missing @Nullable on getMemo().
This commit is contained in:
committed by
Andreas Schildbach
parent
f47badc76f
commit
7dcbd3a54c
@@ -1755,6 +1755,7 @@ public class Transaction extends ChildMessage {
|
|||||||
/**
|
/**
|
||||||
* Returns the transaction {@link #memo}.
|
* Returns the transaction {@link #memo}.
|
||||||
*/
|
*/
|
||||||
|
@Nullable
|
||||||
public String getMemo() {
|
public String getMemo() {
|
||||||
return memo;
|
return memo;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user