mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Removed excess comma
This commit is contained in:
parent
1d70ae81ea
commit
f601a31b50
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class RemoteOperationResult implements Serializable {
|
|||
ACCOUNT_EXCEPTION,
|
||||
ACCOUNT_NOT_NEW,
|
||||
ACCOUNT_NOT_THE_SAME,
|
||||
INVALID_CHARACTER_IN_NAME,
|
||||
INVALID_CHARACTER_IN_NAME
|
||||
}
|
||||
|
||||
private boolean mSuccess = false;
|
||||
|
|
Loading…
Reference in a new issue