Skip to content

Commit 43774b2

Browse files
committed
make serverInstance private
1 parent 1de97ce commit 43774b2

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)