From 665033839a6cb932f2da5ab0c1521c020f73dd1d Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 29 May 2014 22:42:18 -0400 Subject: [PATCH] Fix issue in FlowExternalContext This is a follow-on fix for commit: https://github.com/spring-projects/spring-webflow/commit/034dbf12fe2c4f3aa2269cef5605de0e08510006 Issue: SWF-1634 --- .../org/springframework/faces/webflow/Jsf2FlowFacesContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-faces/src/main/java/org/springframework/faces/webflow/Jsf2FlowFacesContext.java b/spring-faces/src/main/java/org/springframework/faces/webflow/Jsf2FlowFacesContext.java index 02f5a622..aeedb3e3 100644 --- a/spring-faces/src/main/java/org/springframework/faces/webflow/Jsf2FlowFacesContext.java +++ b/spring-faces/src/main/java/org/springframework/faces/webflow/Jsf2FlowFacesContext.java @@ -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);