Minor: move KotlinJavaStreamChainBuilder to the 'impl' package

This commit is contained in:
Vitaliy.Bibaev
2017-12-20 15:53:28 +03:00
committed by Yan Zhulanow
parent 7f57730c45
commit 416b15e42b
3 changed files with 4 additions and 5 deletions
@@ -2,7 +2,7 @@
package com.intellij.debugger.streams.kotlin.lib.java
import com.intellij.debugger.streams.kotlin.lib.LibraryUtil
import com.intellij.debugger.streams.kotlin.psi.java.KotlinJavaStreamChainBuilder
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder
import com.intellij.debugger.streams.kotlin.psi.impl.PackageBasedCallChecker
import com.intellij.debugger.streams.kotlin.trace.dsl.JavaPeekCallFactory
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinStatementFactory
@@ -2,7 +2,7 @@
package com.intellij.debugger.streams.kotlin.lib.java
import com.intellij.debugger.streams.kotlin.lib.LibraryUtil
import com.intellij.debugger.streams.kotlin.psi.java.KotlinJavaStreamChainBuilder
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinJavaStreamChainBuilder
import com.intellij.debugger.streams.kotlin.psi.impl.PackageBasedCallChecker
import com.intellij.debugger.streams.kotlin.trace.dsl.JavaPeekCallFactory
import com.intellij.debugger.streams.kotlin.trace.dsl.KotlinStatementFactory
@@ -1,9 +1,8 @@
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.debugger.streams.kotlin.psi.java
package com.intellij.debugger.streams.kotlin.psi.impl
import com.intellij.debugger.streams.kotlin.psi.StreamCallChecker
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinChainBuilderBase
import com.intellij.debugger.streams.kotlin.psi.impl.KotlinChainTransformerImpl
import com.intellij.debugger.streams.kotlin.psi.java.JavaStreamChainTypeExtractor
import com.intellij.debugger.streams.kotlin.psi.previousCall
import org.jetbrains.kotlin.psi.KtCallExpression
import java.util.*