Skip to content

Commit

Permalink
chore: remove useless keyword public
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jan 19, 2025
1 parent 79a2c2a commit f843ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/kotlin/org/javacs/kt/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class GsonPathConverter : JsonDeserializer<Path?> {
}
}

public data class Configuration(
data class Configuration(
val codegen: CodegenConfiguration = CodegenConfiguration(),
val compiler: CompilerConfiguration = CompilerConfiguration(),
val completion: CompletionConfiguration = CompletionConfiguration(),
Expand Down

0 comments on commit f843ba9

Please sign in to comment.