Skip to content

Commit 5fe628a

Browse files
committed
Polish
1 parent 759013e commit 5fe628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ private void initControllerAdviceCache() {
620620
}
621621
else {
622622
logger.debug("ControllerAdvice beans: " + modelSize + " @ModelAttribute, " + binderSize +
623-
" @InitBinder, " + reqCount + " RequestBodyAdvice, " + resCount + ", ResponseBodyAdvice");
623+
" @InitBinder, " + reqCount + " RequestBodyAdvice, " + resCount + " ResponseBodyAdvice");
624624
}
625625
}
626626
}

0 commit comments

Comments
 (0)