Skip to content

Commit 87817ea

Browse files
committed
private class
1 parent 94c25e4 commit 87817ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class AmazonQLspService(private val project: Project, private val cs: CoroutineS
181181
}
182182
}
183183

184-
internal class AmazonQServerInstance(private val project: Project, private val cs: CoroutineScope) : Disposable {
184+
private class AmazonQServerInstance(private val project: Project, private val cs: CoroutineScope) : Disposable {
185185
private val encryptionManager = JwtEncryptionManager()
186186

187187
private val launcher: Launcher<AmazonQLanguageServer>

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/workspace/WorkspaceServiceHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import com.intellij.openapi.vfs.newvfs.events.VFileCreateEvent
1313
import com.intellij.openapi.vfs.newvfs.events.VFileDeleteEvent
1414
import com.intellij.openapi.vfs.newvfs.events.VFileEvent
1515
import org.eclipse.lsp4j.*
16-
import software.aws.toolkits.jetbrains.services.amazonq.lsp.AmazonQLanguageServer
1716
import software.aws.toolkits.jetbrains.services.amazonq.lsp.AmazonQLspService
1817
import software.aws.toolkits.jetbrains.utils.pluginAwareExecuteOnPooledThread
1918

0 commit comments

Comments
 (0)