Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
e7c7d77a
Commit
e7c7d77a
authored
Jan 03, 2017
by
ylecollen
Browse files
Comments update
parent
5e948b1a
Changes
1
Show whitespace changes
Inline
Side-by-side
java/android/OlmLibSdk/olm-sdk/src/main/java/org/matrix/olm/OlmMessage.java
View file @
e7c7d77a
...
@@ -28,7 +28,7 @@ public class OlmMessage {
...
@@ -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}**/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment