made documentation related to webflow-config consistent with implementation
This commit is contained in:
@@ -22,7 +22,7 @@ import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
|
||||
*
|
||||
* @author Jeremy Grelle
|
||||
*/
|
||||
public class FacesConfigNamespaceHandler extends NamespaceHandlerSupport {
|
||||
public class FacesNamespaceHandler extends NamespaceHandlerSupport {
|
||||
public void init() {
|
||||
registerBeanDefinitionParser("flow-builder-services", new FacesFlowBuilderServicesBeanDefinitionParser());
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
http\://www.springframework.org/schema/faces=org.springframework.faces.config.FacesConfigNamespaceHandler
|
||||
http\://www.springframework.org/schema/faces=org.springframework.faces.config.FacesNamespaceHandler
|
||||
Reference in New Issue
Block a user