Browse Source

Polishing

See gh-24103
pull/26100/head
Sébastien Deleuze 5 years ago
parent
commit
0fd6c100a6
  1. 2
      spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt

2
spring-test/src/main/kotlin/org/springframework/test/web/servlet/result/ModelResultMatchersDsl.kt

@ -60,7 +60,7 @@ class ModelResultMatchersDsl internal constructor (private val actions: ResultAc @@ -60,7 +60,7 @@ class ModelResultMatchersDsl internal constructor (private val actions: ResultAc
/**
* @see ModelResultMatchers.attributeErrorCount
*/
fun <T> attributeErrorCount(name: String, expectedCount: Int) {
fun attributeErrorCount(name: String, expectedCount: Int) {
actions.andExpect(matchers.attributeErrorCount(name, expectedCount))
}

Loading…
Cancel
Save