Skip to content

Commit

Permalink
changed visibility modifier (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukharew authored Nov 2, 2021
1 parent 6706a61 commit 8ba36ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class AnyTypeCollection private constructor(
}

companion object {
const val NO_POSITION = -1
internal const val NO_POSITION = -1
val EMPTY = Builder().build()
}
}

0 comments on commit 8ba36ab

Please sign in to comment.