From 69b269287b6d875f0a5f1d09836b46a6c72b23d6 Mon Sep 17 00:00:00 2001 From: Jens Becker Date: Tue, 15 Oct 2024 07:46:54 +0200 Subject: [PATCH] fix doc comments --- .../lib/src/offline_first_with_rest_repository.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart b/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart index 2f9d6fe1..ed477087 100644 --- a/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart +++ b/packages/brick_offline_first_with_rest/lib/src/offline_first_with_rest_repository.dart @@ -59,10 +59,10 @@ abstract class OfflineFirstWithRestRepository /// its defaults List? reattemptForStatusCodes, - /// This property is forwarded to `RestOfflineRequestQueue`. + /// This property is forwarded to `RestOfflineQueueClient`. this.onReattemptableResponse, - /// This property is forwarded to `RestOfflineRequestQueue`. + /// This property is forwarded to `RestOfflineQueueClient`. this.onRequestError, required RestProvider restProvider, required super.sqliteProvider,