This commit is contained in:
Keith Donald
2008-10-17 16:22:20 +00:00
parent 3a157ce8a7
commit 567f5da88a

View File

@@ -20,7 +20,6 @@ import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.core.style.ToStringCreator;
import org.springframework.util.Assert;
import org.springframework.web.servlet.handler.AbstractHandlerMapping;
import org.springframework.webflow.context.servlet.DefaultFlowUrlHandler;
@@ -114,10 +113,6 @@ public class FlowHandlerMapping extends AbstractHandlerMapping {
return null;
}
public String toString() {
return new ToStringCreator(this).append("flowRegistry", flowRegistry).toString();
}
private static class DefaultFlowHandler extends AbstractFlowHandler {
private String flowId;