Rename file: JetCodeBlockModificationListener -> KotlinCodeBlockModificationListener

This commit is contained in:
Nikolay Krasko
2014-10-21 02:07:10 +04:00
parent 474bc536d6
commit 0862eead00
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ import org.jetbrains.jet.lang.psi.JetClass
import org.jetbrains.jet.lang.psi.JetFile
import org.jetbrains.jet.lang.psi.shouldChangeModificationCount
public class JetCodeBlockModificationListener(modificationTracker: PsiModificationTracker) : PsiTreeChangePreprocessor {
public class KotlinCodeBlockModificationListener(modificationTracker: PsiModificationTracker) : PsiTreeChangePreprocessor {
private val myModificationTracker = modificationTracker as PsiModificationTrackerImpl
override fun treeChanged(event: PsiTreeChangeEventImpl) {