mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Remove comment.
This commit is contained in:
parent
8114448935
commit
33f0ff2b09
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@ import java.util.*
|
||||||
|
|
||||||
class Kobalt {
|
class Kobalt {
|
||||||
companion object {
|
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
|
lateinit var INJECTOR : Injector
|
||||||
|
|
||||||
var context: KobaltContext? = null
|
var context: KobaltContext? = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue