diff --git a/capture-sdk/default-network/src/main/java/net/gini/android/capture/network/GiniCaptureDefaultNetworkService.kt b/capture-sdk/default-network/src/main/java/net/gini/android/capture/network/GiniCaptureDefaultNetworkService.kt index 2c2256f4e..b0493c9e6 100644 --- a/capture-sdk/default-network/src/main/java/net/gini/android/capture/network/GiniCaptureDefaultNetworkService.kt +++ b/capture-sdk/default-network/src/main/java/net/gini/android/capture/network/GiniCaptureDefaultNetworkService.kt @@ -572,10 +572,10 @@ class GiniCaptureDefaultNetworkService( } /** - * Set the cache implementation to use with Volley. If no cache is set, the default Volley - * cache will be used. + * Set the cache implementation to use with OkHttp caching. If no cache is set, no caching + * will be used. * - * @param cache a cache instance (specified by the com.android.volley.Cache interface) + * @param cache a cache instance (specified by the [okhttp3.Cache]) * * @return the [Builder] instance */