Skip to content

Commit

Permalink
Fix comment text to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
josuf107 committed Feb 4, 2025
1 parent 50325f6 commit 1953984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.javacs.kt

data class ExclusionsConfiguration(
var excludePatterns: List<String> = listOf(), // Semicolon-separated list of glob patterns
var excludePatterns: List<String> = listOf(), // List of glob patterns
)

0 comments on commit 1953984

Please sign in to comment.