Skip to content

Commit f843ba9

Browse files
committed
chore: remove useless keyword public
1 parent 79a2c2a commit f843ba9

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
@@ -104,7 +104,7 @@ class GsonPathConverter : JsonDeserializer<Path?> {
104104
}
105105
}
106106

107-
public data class Configuration(
107+
data class Configuration(
108108
val codegen: CodegenConfiguration = CodegenConfiguration(),
109109
val compiler: CompilerConfiguration = CompilerConfiguration(),
110110
val completion: CompletionConfiguration = CompletionConfiguration(),

0 commit comments

Comments
 (0)