You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo where 2 consecutive lines have 'and' at the end of the one line, followed by an 'and' at the start of the next line, thereby having a double 'and'. Specifically, the lines that should be fixed by removing the " and " at the end of these lines are:
$ grep -n 'and $'$(find . -name validation.properties)
./configuration/esapi/validation.properties:17:# canonicalization. It is preferable to use the "get" methods (which throw exceptions) **and**
./src/test/resources/esapi/validation.properties:30:# canonicalization. It is preferable to use the "get" methods (which throw exceptions) **and**
The text was updated successfully, but these errors were encountered:
There is a typo where 2 consecutive lines have 'and' at the end of the one line, followed by an 'and' at the start of the next line, thereby having a double 'and'. Specifically, the lines that should be fixed by removing the " and " at the end of these lines are:
The text was updated successfully, but these errors were encountered: