1 parent 79a2c2a commit f843ba9Copy full SHA for f843ba9
1 file changed
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