We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2962eeb commit d3841c9Copy full SHA for d3841c9
java/src/main/kotlin/io/spine/validation/java/DistinctFieldGenerator.kt
@@ -103,7 +103,7 @@ internal class DistinctFieldGenerator(private val view: DistinctField) {
103
* in the provided [collection].
104
*
105
* This method uses Guava's [LinkedHashMultisetClass] to ensure that the resulting
106
- * list preserves the order of element occurrences from the original collection.
+ * list preserves the order of element occurrences in the original collection.
107
*/
108
private fun extractDuplicates(collection: Expression<Collection<*>>): Expression<List<*>> =
109
Expression(
0 commit comments