Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/bitfire/vcard4android/BatchOperation.kt')
-rw-r--r--src/main/java/at/bitfire/vcard4android/BatchOperation.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/bitfire/vcard4android/BatchOperation.kt b/src/main/java/at/bitfire/vcard4android/BatchOperation.kt
index bbe2bbf..9895606 100644
--- a/src/main/java/at/bitfire/vcard4android/BatchOperation.kt
+++ b/src/main/java/at/bitfire/vcard4android/BatchOperation.kt
@@ -87,7 +87,7 @@ class BatchOperation(
* @param end index of last operation which will be run (exclusive!)
* @throws RemoteException on calendar provider errors
* @throws OperationApplicationException when the batch can't be processed
- * @throws CalendarStorageException if the transaction is too large
+ * @throws ContactsStorageException if the transaction is too large
*/
private fun runBatch(start: Int, end: Int) {
if (end == start)