File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
server/src/main/kotlin/org/javacs/kt/codeaction Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package org.javacs.kt.codeaction
3
3
import org.eclipse.lsp4j.*
4
4
import org.eclipse.lsp4j.jsonrpc.messages.Either
5
5
import org.javacs.kt.CompiledFile
6
- import org.javacs.kt.codeaction.quickfixes .ImplementAbstractFunctionsQuickFix
6
+ import org.javacs.kt.codeaction.quickfix .ImplementAbstractFunctionsQuickFix
7
7
import org.javacs.kt.commands.JAVA_TO_KOTLIN_COMMAND
8
8
import org.javacs.kt.util.toPath
9
9
Original file line number Diff line number Diff line change 1
- package org.javacs.kt.codeaction.quickfixes
1
+ package org.javacs.kt.codeaction.quickfix
2
2
3
3
import org.eclipse.lsp4j.*
4
4
import org.eclipse.lsp4j.jsonrpc.messages.Either
Original file line number Diff line number Diff line change 1
- package org.javacs.kt.codeaction.quickfixes
1
+ package org.javacs.kt.codeaction.quickfix
2
2
3
3
import org.eclipse.lsp4j.CodeAction
4
4
import org.eclipse.lsp4j.Command
You can’t perform that action at this time.
0 commit comments