We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a2c2a commit f843ba9Copy full SHA for f843ba9
server/src/main/kotlin/org/javacs/kt/Configuration.kt
@@ -104,7 +104,7 @@ class GsonPathConverter : JsonDeserializer<Path?> {
104
}
105
106
107
-public data class Configuration(
+data class Configuration(
108
val codegen: CodegenConfiguration = CodegenConfiguration(),
109
val compiler: CompilerConfiguration = CompilerConfiguration(),
110
val completion: CompletionConfiguration = CompletionConfiguration(),
0 commit comments