Incomplete - task 1: Getting started with your first Spring web application development project
This commit is contained in:
@@ -121,7 +121,7 @@ public class MvcViewFactoryCreator implements ViewFactoryCreator, ApplicationCon
|
||||
} else if (environment == MvcEnvironment.PORTLET) {
|
||||
return new PortletMvcViewFactory(viewId, flowViewResolver, expressionParser, formatterRegistry);
|
||||
} else {
|
||||
throw new IllegalStateException("Web Environment " + environment + " not supported ");
|
||||
throw new IllegalStateException("Web MVC Environment " + environment + " not supported ");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user