Skip to content
Snippets Groups Projects
Commit f4ae0d86 authored by ylecollen's avatar ylecollen
Browse files

getOlmAccountId is aonly public in the OLM SDK package

parent b893b81c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment