提交 909156e1 编写于 作者: R Rossen Stoyanchev

Fix test failure

上级 7aa3cc9b
......@@ -280,7 +280,7 @@ public class ViewResolverRegistry {
protected int getOrder() {
return this.order;
return (this.order != null ? this.order : Ordered.LOWEST_PRECEDENCE);
}
protected List<ViewResolver> getViewResolvers() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册