From: David A. Velasco Date: Mon, 20 Jan 2014 08:09:59 +0000 (+0100) Subject: Removed excess comma X-Git-Tag: oc-android-1.5.5~73^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f601a31b50fa8b6f6479aee1cbc3595955a069a3?ds=inline;hp=-c Removed excess comma --- f601a31b50fa8b6f6479aee1cbc3595955a069a3 diff --git a/oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java b/oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java index 630e3e95..a5f5a39f 100644 --- a/oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java +++ b/oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java @@ -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;