We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0819a9f commit 0fd6c10Copy full SHA for 0fd6c10
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
/**
61
* @see ModelResultMatchers.attributeErrorCount
62
*/
63
- fun <T> attributeErrorCount(name: String, expectedCount: Int) {
+ fun attributeErrorCount(name: String, expectedCount: Int) {
64
actions.andExpect(matchers.attributeErrorCount(name, expectedCount))
65
}
66
0 commit comments