From 40a9e94892778407c55738b7704df327049d1693 Mon Sep 17 00:00:00 2001 From: David Syer Date: Mon, 9 Apr 2007 19:46:04 +0000 Subject: [PATCH] Javadoc minor change. --- .../springframework/webflow/executor/jsf/FlowPhaseListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java index e3e54794..7df804cc 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java @@ -231,7 +231,7 @@ public class FlowPhaseListener implements PhaseListener { * view template minus a suffix.
* * JSF replaces the suffix of any view id it gets with its own default - * suffix (e.g. ".jsp" or ".facelet"), and then tries to locate a physical + * suffix (e.g. ".jsp" or ".xhtml"), and then tries to locate a physical * template view. Thus the {@link ViewIdMapper} gives us a chance to convert * a SWF view id into a physical path that will be used by JSF to locate the * template. (It doesn't matter what suffix we use on the JSF view id, it