Skip to content

Commit

Permalink
chore(downloader): Remove the redundant protected enum qualifier
Browse files Browse the repository at this point in the history
Enums cannot be inherited from.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Apr 4, 2024
1 parent 9bc8a6a commit 1506edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/src/main/kotlin/VcsHost.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1506edd

Please sign in to comment.