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
f4ae0d86
Commit
f4ae0d86
authored
Jan 02, 2017
by
ylecollen
Browse files
getOlmAccountId is aonly public in the OLM SDK package
parent
b893b81c
Changes
1
Show whitespace changes
Inline
Side-by-side
java/android/OlmLibSdk/olm-sdk/src/main/java/org/matrix/olm/OlmAccount.java
View file @
f4ae0d86
...
...
@@ -63,7 +63,6 @@ public class OlmAccount extends CommonSerializeUtils implements Serializable {
*/
private
transient
long
mNativeId
;
public
OlmAccount
()
throws
OlmException
{
if
(!
initNewAccount
())
{
throw
new
OlmException
(
OlmException
.
EXCEPTION_CODE_INIT_ACCOUNT_CREATION
,
OlmException
.
EXCEPTION_MSG_INIT_ACCOUNT_CREATION
);
...
...
@@ -162,7 +161,7 @@ public class OlmAccount extends CommonSerializeUtils implements Serializable {
* Getter on the account ID.
* @return native account ID
*/
public
long
getOlmAccountId
(){
long
getOlmAccountId
(){
return
mNativeId
;
}
...
...
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