Skip to content

Commit 88c3e6c

Browse files
committed
Fix misplacement of comments
1 parent fc0d517 commit 88c3e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: data/src/main/java/org/buffer/android/boilerplate/data/source/BufferooDataStoreFactory.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ open class BufferooDataStoreFactory @Inject constructor(
2424
}
2525

2626
/**
27-
* Return an instance of the Remote Data Store
27+
* Return an instance of the Cache Data Store
2828
*/
2929
open fun retrieveCacheDataStore(): BufferooDataStore {
3030
return bufferooCacheDataStore
3131
}
3232

3333
/**
34-
* Return an instance of the Cache Data Store
34+
* Return an instance of the Remote Data Store
3535
*/
3636
open fun retrieveRemoteDataStore(): BufferooDataStore {
3737
return bufferooRemoteDataStore

0 commit comments

Comments
 (0)