From a7572fa2e507e6b947fe4112b481efaccbe9a452 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 7 Feb 2017 16:32:04 -0800 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 e529d148..a24344ad 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 { /** @return true if this dependency represents a Maven coordinate */ val isMaven: Boolean - /** @return whether this dependency is optional */ + /** @return true if this dependency is optional */ val optional: Boolean /** Absolute path to the jar file on the local file system */