mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix comment.
This commit is contained in:
parent
4c8c53e44d
commit
b988e2de23
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ class Kobalt {
|
|||
var context: KobaltContext? = null
|
||||
|
||||
/**
|
||||
* @return the repos calculated from the following places:
|
||||
* - Either repos specified in settings.xml or from Constants.DEFAULT_REPOS
|
||||
* - Repos from the build file
|
||||
* @return the repos calculated from various places where repos can be specified.
|
||||
*/
|
||||
val repos : Set<HostConfig>
|
||||
get() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue