mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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
|
var context: KobaltContext? = null
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the repos calculated from the following places:
|
* @return the repos calculated from various places where repos can be specified.
|
||||||
* - Either repos specified in settings.xml or from Constants.DEFAULT_REPOS
|
|
||||||
* - Repos from the build file
|
|
||||||
*/
|
*/
|
||||||
val repos : Set<HostConfig>
|
val repos : Set<HostConfig>
|
||||||
get() {
|
get() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue