Comments update

release-v2.2.0
ylecollen 2017-01-03 11:04:22 +01:00
parent 5e948b1ac4
commit e7c7d77a8a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class OlmMessage {
/** normal message type **/
public final static int MESSAGE_TYPE_MESSAGE = 1;
/** the encrypted message (ie. )**/
/** the encrypted message **/
public String mCipherText;
/** defined by {@link #MESSAGE_TYPE_MESSAGE} or {@link #MESSAGE_TYPE_PRE_KEY}**/