From 86e05dd17b9f572f49d46d215568a3b91a05f871 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 23 Mar 2016 15:32:05 +0400 Subject: [PATCH] Comment. --- .../main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt index 8be10a57..536bacee 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt @@ -22,7 +22,7 @@ interface IClasspathDependency { /** Convert to a Maven model tag */ fun toMavenDependencies() : Dependency - /** The list of dependencies for this element (not the transitive closure */ + /** The list of dependencies for this element (not the transitive closure) */ fun directDependencies(): List /** Used to only keep the most recent version for an artifact if no version was specified */