Transaction: Add missing @Nullable on getMemo().

This commit is contained in:
Matthew Leon 2019-04-04 22:19:52 -04:00 committed by Andreas Schildbach
parent 98c5e42517
commit ac37ed4087

View file

@ -1753,6 +1753,7 @@ public class Transaction extends ChildMessage {
/**
* Returns the transaction {@link #memo}.
*/
@Nullable
public String getMemo() {
return memo;
}