1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Remove comment.

This commit is contained in:
Cedric Beust 2016-04-07 06:05:21 -08:00
parent 8114448935
commit 33f0ff2b09

View file

@ -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