提交 7e5215b5 编写于 作者: J Juergen Hoeller

fixed typo

上级 ba946c08
......@@ -297,7 +297,7 @@ public class AnnotationMethodHandlerAdapter extends PortletContentGenerator
public void handleEvent(EventRequest request, EventResponse response, Object handler) throws Exception {
Object returnValue = doHandle(request, response, handler);
if (returnValue != null) {
throw new IllegalStateException("Invalid action method return value: " + returnValue);
throw new IllegalStateException("Invalid event method return value: " + returnValue);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册