polish
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user