Skip to content

Commit 522cad3

Browse files
committed
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent e49911e commit 522cad3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/src/main/java/com/owncloud/android/lib/resources/users/GetServerPublicKeyRemoteOperation.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class GetServerPublicKeyRemoteOperation : RemoteOperation<String>() {
2121
private const val ENDPOINT = "/ocs/v2.php/apps/end_to_end_encryption/api/v1/server-key"
2222
}
2323

24+
@Suppress("TooGenericExceptionCaught")
2425
override fun run(client: NextcloudClient): RemoteOperationResult<String> {
2526
var getMethod: GetMethod? = null
2627
var result: RemoteOperationResult<String>

0 commit comments

Comments
 (0)