Bladeren bron

Merge pull request #8752 from nextcloud/fixComment

Fix exception when running CommentFileOperation
Andy Scherzinger 3 jaren geleden
bovenliggende
commit
e33666b863
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      src/main/java/com/owncloud/android/operations/CommentFileOperation.java

+ 0 - 1
src/main/java/com/owncloud/android/operations/CommentFileOperation.java

@@ -27,7 +27,6 @@ import com.owncloud.android.lib.common.operations.RemoteOperationResult;
 import com.owncloud.android.lib.common.utils.Log_OC;
 import com.owncloud.android.lib.resources.comments.CommentFileRemoteOperation;
 
-
 /**
  * Comment file
  */