1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Fix comment.

This commit is contained in:
Cedric Beust 2016-07-07 19:04:04 -07:00
parent 4c8c53e44d
commit b988e2de23

View file

@ -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() {