From ce04dd80d2b21461db2429a31bdf01e321ea4f8a Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 22 Nov 2015 20:57:40 -0800 Subject: [PATCH] Doc. --- src/main/kotlin/com/beust/kobalt/internal/KobaltPluginXml.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/internal/KobaltPluginXml.kt b/src/main/kotlin/com/beust/kobalt/internal/KobaltPluginXml.kt index ee38fa46..de971a55 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/KobaltPluginXml.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/KobaltPluginXml.kt @@ -74,8 +74,8 @@ class ClassNameXml { } /** - * Turn a KobaltPluginXml (the raw content of kobalt-plugin.xml mapped to POJO's) into a PluginInfo object, which contains - * all the contributors instantiated and other information that Kobalt can actually use. Kobalt code that + * Turn a KobaltPluginXml (the raw content of kobalt-plugin.xml mapped to POJO's) into a PluginInfo object, which + * contains all the contributors instantiated and other information that Kobalt can actually use. Kobalt code that * needs to access plug-in info can then just inject a PluginInfo object. */ class PluginInfo(val xml: KobaltPluginXml, val classLoader: ClassLoader?) {