Minor: add description to key

This commit is contained in:
Alexey Tsvetkov
2015-11-20 21:00:35 +03:00
parent c9012b10c5
commit b1b0da5228
@@ -72,8 +72,7 @@ import java.util.*
public class KotlinBuilder : ModuleLevelBuilder(BuilderCategory.SOURCE_PROCESSOR) {
companion object {
// TODO add description to string
private val TARGETS_WITH_CLEARED_CACHES = Key<Set<ModuleBuildTarget>>("")
private val TARGETS_WITH_CLEARED_CACHES = Key<Set<ModuleBuildTarget>>("Targets with cleared Kotlin caches")
public val KOTLIN_BUILDER_NAME: String = "Kotlin Builder"
public val LOOKUP_TRACKER: JpsElementChildRoleBase<JpsSimpleElement<out LookupTracker>> = JpsElementChildRoleBase.create("lookup tracker")