We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0d517 commit 88c3e6cCopy full SHA for 88c3e6c
data/src/main/java/org/buffer/android/boilerplate/data/source/BufferooDataStoreFactory.kt
@@ -24,14 +24,14 @@ open class BufferooDataStoreFactory @Inject constructor(
24
}
25
26
/**
27
- * Return an instance of the Remote Data Store
+ * Return an instance of the Cache Data Store
28
*/
29
open fun retrieveCacheDataStore(): BufferooDataStore {
30
return bufferooCacheDataStore
31
32
33
34
- * Return an instance of the Cache Data Store
+ * Return an instance of the Remote Data Store
35
36
open fun retrieveRemoteDataStore(): BufferooDataStore {
37
return bufferooRemoteDataStore
0 commit comments