From 33f0ff2b097f048305e91ffd7aa630b19597ade7 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 7 Apr 2016 06:05:21 -0800 Subject: [PATCH] Remove comment. --- .../src/main/kotlin/com/beust/kobalt/api/Kobalt.kt | 3 --- 1 file changed, 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 f0f39681..98b2126a 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 @@ -10,9 +10,6 @@ import java.util.* class Kobalt { companion object { - // This injector will eventually be replaced with a different injector initialized with the - // correct arguments (or with a TestModule) but it's necessary to give it a default value - // here so the kobalt-plugin.xml file can be read since this is done very early lateinit var INJECTOR : Injector var context: KobaltContext? = null