Skip to content

Commit

Permalink
[tree generators] Make ImportCollector an internal class
Browse files Browse the repository at this point in the history
It's not used outside the module.
  • Loading branch information
broadwaylamb authored and qodana-bot committed Apr 25, 2024
1 parent 6f9d2a4 commit 6780509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.util.SortedSet
/**
* Used to collect [TypeRef]s for printing a list of imports for those [TypeRef]s.
*/
class ImportCollector(currentPackage: String) : ImportCollecting {
internal class ImportCollector(currentPackage: String) : ImportCollecting {

companion object {
private val STAR = sortedSetOf("*")
Expand Down

0 comments on commit 6780509

Please sign in to comment.