Polishing

This commit is contained in:
Ben Hale
2007-08-16 13:25:34 +00:00
parent 2e0d13cbe4
commit 44aa884935

View File

@@ -50,7 +50,7 @@ import org.springframework.webflow.execution.support.FlowDefinitionRedirect;
public class RequestPathFlowExecutorArgumentHandler extends RequestParameterFlowExecutorArgumentHandler {
/**
* URL path seperator ("/").
* URL path separator ("/").
*/
private static final char PATH_SEPARATOR_CHARACTER = '/';