From 758e35a7db5a2f1d9347ba7ab2fc80ecf17d1a2d Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 6 Dec 2015 00:05:13 -0800 Subject: [PATCH] Comment. --- src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt b/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt index 797a9b35..3838b215 100644 --- a/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt +++ b/src/main/kotlin/com/beust/kobalt/api/PluginProperties.kt @@ -5,7 +5,7 @@ import java.util.* /** * Plugins can publish to and read from this object in order to exchange information. Keys stored in - * these maps should be annotated with @ExportedProperty. + * these maps should be annotated with @ExportedPluginProperty. */ class PluginProperties @Inject constructor() { private val pluginProperties = hashMapOf>()