From b988e2de238f158d090ad0182efb95a7ad6c794b Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 7 Jul 2016 19:04:04 -0700 Subject: [PATCH] Fix comment. --- .../src/main/kotlin/com/beust/kobalt/api/Kobalt.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt index 075b23b5..49b82050 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/Kobalt.kt @@ -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 get() {