]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 11 Nov 2022 16:43:31 +0000 (17:43 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 11 Nov 2022 16:43:31 +0000 (17:43 +0100)
- the above if() block is already stopping wrong invocations of this method

src/java/org/mxchange/jfinancials/beans/contact/FinancialsContactWebRequestBean.java

index 545e95000ebae495f9b3d2ddb037f98e9e049ad0..e30b8a72c97bb3860097964a9e6e48015583529f 100644 (file)
@@ -323,9 +323,6 @@ public class FinancialsContactWebRequestBean extends BaseFinancialsBean implemen
                        throw new FacesException(new IllegalArgumentException("Not all personal data is set, but createContactInstance() is called.")); //NOI18N
                }
 
-               // Required personal data must be set
-               assert (this.isRequiredPersonalDataSet()) : "not all personal data is set"; //NOI18N
-
                // Create new contact
                final Contact contact = new UserContact(
                                          this.getPersonalTitle(),