Incomplete - task 1: Getting started with your first Spring web application development project

This commit is contained in:
Keith Donald
2008-04-26 05:08:00 +00:00
parent fa69128aa8
commit 28921dfdc9

View File

@@ -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 ");
}
}