Skip to content

Commit

Permalink
ListEnumerator.Instance is now public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Gasser committed Feb 5, 2024
1 parent a567a1f commit 4d1f9cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ListEnumerator : EnumeratorFactory {
/**
* The [Enumerator] returned by this [FileSystemEnumerator].
*/
private class Instance(private val context: IndexContext) : Enumerator {
class Instance(private val context: IndexContext) : Enumerator {

/** List of [Source]s that should be enumerated. */
private val list: LinkedList<Source> = LinkedList()
Expand Down

0 comments on commit 4d1f9cb

Please sign in to comment.