Skip to content

Commit 0fd6c10

Browse files
committed
1 parent 0819a9f commit 0fd6c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ModelResultMatchersDsl internal constructor (private val actions: ResultAc
6060
/**
6161
* @see ModelResultMatchers.attributeErrorCount
6262
*/
63-
fun <T> attributeErrorCount(name: String, expectedCount: Int) {
63+
fun attributeErrorCount(name: String, expectedCount: Int) {
6464
actions.andExpect(matchers.attributeErrorCount(name, expectedCount))
6565
}
6666

0 commit comments

Comments
 (0)