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.
2 parents daefce9 + db75574 commit 959f236Copy full SHA for 959f236
grails-controllers/src/main/groovy/grails/artefact/controller/support/ResponseRenderer.groovy
@@ -130,7 +130,7 @@ trait ResponseRenderer extends WebAttributes {
130
* @param object The object to render
131
*/
132
@Generated
133
- void render(object) {
+ void render(Object object) {
134
GrailsWebRequest webRequest = (GrailsWebRequest) RequestContextHolder.currentRequestAttributes()
135
HttpServletResponse response = webRequest.currentResponse
136
webRequest.renderView = false
0 commit comments