This commit is contained in:
Keith Donald
2008-11-14 04:59:10 +00:00
parent 2ccb985063
commit dab6d5eaa7

View File

@@ -24,7 +24,7 @@ import javax.faces.component.UIViewRoot;
*/
class ViewRootHolder {
static final String VIEW_ROOT_HOLDER_KEY = "org.springframework.faces.webflow.VIEW_ROOT_HOLDER";
static final String VIEW_ROOT_HOLDER_KEY = "flowViewRootHolder";
private UIViewRoot viewRoot;
@@ -36,8 +36,4 @@ class ViewRootHolder {
return viewRoot;
}
public void setViewRoot(UIViewRoot viewRoot) {
this.viewRoot = viewRoot;
}
}