We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a20fbf commit c47fa06Copy full SHA for c47fa06
1 file changed
src/org/owasp/esapi/reference/DefaultValidator.java
@@ -93,7 +93,7 @@ public void setValidatorErrorList(ValidatorErrorList validatorErrorList) {
93
* @return the validatorErrorList
94
*/
95
public ValidatorErrorList getValidatorErrorList() {
96
- return (ValidatorErrorList)validatorErrorList.get();
+ return (ValidatorErrorList)validatorErrorList.getValidatorErrorList();
97
}
98
99
public DefaultValidator() {
0 commit comments