Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in comment in validation.properties files #808

Closed
kwwall opened this issue Nov 4, 2023 · 2 comments
Closed

Fix typo in comment in validation.properties files #808

kwwall opened this issue Nov 4, 2023 · 2 comments
Labels

Comments

@kwwall
Copy link
Contributor

kwwall commented Nov 4, 2023

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** 
@kwwall
Copy link
Contributor Author

kwwall commented Nov 4, 2023

@robstoll is working on this as part of PR #807

kwwall pushed a commit that referenced this issue Nov 6, 2023
Close issue #808 

* fix typo, remove double `and`

* fix typo double `and`
@kwwall
Copy link
Contributor Author

kwwall commented Nov 6, 2023

Closed via PR #807.

@kwwall kwwall closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant