Skip to content

Commit 136f536

Browse files
committed
address comments
1 parent 517c64a commit 136f536

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/java/com/segment/analytics/kotlin/core

1 file changed

+2
-2
lines changed

core/src/main/java/com/segment/analytics/kotlin/core/Storage.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ interface Storage {
3030
*/
3131
const val MAX_BATCH_SIZE = 475000 // 475KB.
3232

33-
const val MAX_FILE_SIZE = 475_000
33+
const val MAX_FILE_SIZE = 475_000 // 475KB
3434
}
3535

3636
enum class Constants(val rawVal: String) {
@@ -101,7 +101,7 @@ fun parseFilePaths(filePathStr: String?): List<String> {
101101
* provider via this interface
102102
*/
103103
interface StorageProvider {
104-
@Deprecated("Deprecated in favor of the one takes vararg params",
104+
@Deprecated("Deprecated in favor of create which takes vararg params",
105105
ReplaceWith("createStorage(analytics, store, writeKey, ioDispatcher, application)")
106106
)
107107
fun getStorage(

0 commit comments

Comments
 (0)