1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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
/**
* @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() {