I am using AddNoteCommand to, well, add a note to commit object. I see I can specify note reference using setNotesRef() and note message using setMessage(). This works correctly.
How can I read this message back from note? I can use ListNotesCommand to get the list of the notes with specific reference or ShowNoteCommand to get the note for specific commit. But I cannot read the message back from this note. Probably I am using it incorectlly.
I would be greatlly appreciate if someone can help with this. Thanks.