Skip to content

Commit 42fd533

Browse files
committed
Fix a typo
1 parent 45cb21a commit 42fd533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/org/javacs/kt/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public data class Configuration(
9191
val compiler: CompilerConfiguration = CompilerConfiguration(),
9292
val completion: CompletionConfiguration = CompletionConfiguration(),
9393
val diagnostics: DiagnosticsConfiguration = DiagnosticsConfiguration(),
94-
var indexing: IndexingConfiguration = IndexingConfiguration(),
94+
val indexing: IndexingConfiguration = IndexingConfiguration(),
9595
val externalSources: ExternalSourcesConfiguration = ExternalSourcesConfiguration(),
9696
val hints: InlayHintsConfiguration = InlayHintsConfiguration()
9797
)

0 commit comments

Comments
 (0)