This is an automated email from the ASF dual-hosted git repository. cpoerschke pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr.git
commit 23e277bf5e31977e844bba158eb03b61ee1e4c55 Author: Christine Poerschke <[email protected]> AuthorDate: Fri Apr 9 10:30:41 2021 +0100 fix 2 typos in help/validateLogCalls.txt --- help/validateLogCalls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/validateLogCalls.txt b/help/validateLogCalls.txt index b177bdb..c62ecbb 100644 --- a/help/validateLogCalls.txt +++ b/help/validateLogCalls.txt @@ -59,7 +59,7 @@ NOTES: function calls, but will be flagged if they contain plusses that aren't simple concatenation. This last is something of a style check. -- You can get into some pretty convolued consructs trying to pass some of these +- You can get into some pretty convoluted constructs trying to pass some of these checks. Adding //nowarn, with or without spaces will cause the line to pass no matter what. Please use this hack sparingly and be conscientious about surrounding with 'if (log.is*Enabled)'.
