Comments update
This commit is contained in:
parent
5e948b1ac4
commit
e7c7d77a8a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class OlmMessage {
|
||||||
/** normal message type **/
|
/** normal message type **/
|
||||||
public final static int MESSAGE_TYPE_MESSAGE = 1;
|
public final static int MESSAGE_TYPE_MESSAGE = 1;
|
||||||
|
|
||||||
/** the encrypted message (ie. )**/
|
/** the encrypted message **/
|
||||||
public String mCipherText;
|
public String mCipherText;
|
||||||
|
|
||||||
/** defined by {@link #MESSAGE_TYPE_MESSAGE} or {@link #MESSAGE_TYPE_PRE_KEY}**/
|
/** defined by {@link #MESSAGE_TYPE_MESSAGE} or {@link #MESSAGE_TYPE_PRE_KEY}**/
|
||||||
|
|
Loading…
Reference in a new issue