diff --git a/README.md b/README.md index d8d084baa..069f77f5d 100644 --- a/README.md +++ b/README.md @@ -2688,8 +2688,8 @@ be included in the PDF that is generated or in any other processes that are trig An example of a time you might include a non-static page in the list of allowed pages is if you have a page that is used to collect feedback from the user after they have submitted their application. In -this scenario you can include the feedback page in the list of allowed pages so that the user can -can submit their feedback after they have submitted their application. The data would be saved +this scenario you can include the feedback page in the list of allowed pages so that the user can +submit their feedback after they have submitted their application. The data would be saved in the Submission object, but would not be included in the PDF or any other processes that are triggered upon submitting. diff --git a/src/main/java/formflow/library/FormFlowController.java b/src/main/java/formflow/library/FormFlowController.java index 35b9621b0..28ef69b30 100644 --- a/src/main/java/formflow/library/FormFlowController.java +++ b/src/main/java/formflow/library/FormFlowController.java @@ -182,7 +182,7 @@ protected void setSubmissionInSession(HttpSession session, Submission submission * * @param screen The current screen name. * @param submission The submission object. - * @param flowName + * @param flowName The name of the flow to check. * @return true if the user should be redirected, false otherwise. */ public boolean shouldRedirectDueToLockedSubmission(String screen, Submission submission, String flowName) {