File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import net.sourceforge.pmd.lang.PlainTextLanguage.PlainTextFile
1313import net.sourceforge.pmd.lang.PmdCapableLanguage
1414import net.sourceforge.pmd.lang.ast.Parser
1515import net.sourceforge.pmd.lang.ast.SemanticErrorReporter
16- import net.sourceforge.pmd.lang.ast. test.IntelliMarker
17- import net.sourceforge.pmd.lang.ast. test.matchNode
16+ import net.sourceforge.pmd.lang.test.ast .IntelliMarker
17+ import net.sourceforge.pmd.lang.test.ast .matchNode
1818import net.sourceforge.pmd.lang.document.TextDocument
1919import net.sourceforge.pmd.lang.document.TextRange2d
2020import net.sourceforge.pmd.util.fxdesigner.util.AuxLanguageRegistry
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import io.kotest.core.spec.style.FunSpec
88import io.kotest.matchers.collections.haveSize
99import io.kotest.matchers.should
1010import io.kotest.matchers.shouldBe
11- import net.sourceforge.pmd.lang.ast. test.IntelliMarker
11+ import net.sourceforge.pmd.lang.test.ast .IntelliMarker
1212import net.sourceforge.pmd.lang.document.TextRegion
1313import net.sourceforge.pmd.util.fxdesigner.model.ObservableRuleBuilder
1414import net.sourceforge.pmd.util.fxdesigner.model.testing.TestXmlParser
You can’t perform that action at this time.
0 commit comments