Fix exception when running CommentFileOperation

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2021-07-22 08:58:38 +02:00 committed by Andy Scherzinger
parent 28a8ee99a6
commit ffcad70c12
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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
*/