diff --git a/downloader/src/main/kotlin/VcsHost.kt b/downloader/src/main/kotlin/VcsHost.kt index 93db9d31203bb..cc75911cef799 100644 --- a/downloader/src/main/kotlin/VcsHost.kt +++ b/downloader/src/main/kotlin/VcsHost.kt @@ -39,7 +39,7 @@ enum class VcsHost( /** * The hostname of VCS host. */ - protected val hostname: String, + val hostname: String, /** * The VCS types the host supports.