Fix issue in FlowExternalContext
This is a follow-on fix for commit:
034dbf12fe
Issue: SWF-1634
This commit is contained in:
@@ -270,7 +270,7 @@ public class Jsf2FlowFacesContext extends FlowFacesContext {
|
||||
|
||||
}
|
||||
|
||||
private static class Jsf22FlowExternalContext extends FlowExternalContext {
|
||||
private static class Jsf22FlowExternalContext extends Jsf2FlowExternalContext {
|
||||
|
||||
public Jsf22FlowExternalContext(ExternalContext delegate, RequestContext context) {
|
||||
super(delegate, context);
|
||||
|
||||
Reference in New Issue
Block a user