Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 10, 2024
2 parents 157898f + 3fcfca3 commit 00d999f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* (of {@code ObjectMapper}), which by default simply calls
* zero-argument constructor of the Filter Class.
*<p>
* Whether value if is to be included or not is determined by calling
* Whether the value is to be included or not is determined by calling
* Filter's {@code equals(value)} method: if it returns {@code true}
* value is NOT included (it is "filtered out"); if {@code false} value
* IS included ("not filtered out").
Expand All @@ -84,7 +84,7 @@
* (of {@code ObjectMapper}), which by default simply calls
* zero-argument constructor of the Filter Class.
*<p>
* Whether content value if is to be included or not is determined by calling
* Whether the content value is to be included or not is determined by calling
* Filter's {@code equals(value)} method: if it returns {@code true}
* content value is NOT included (it is "filtered out"); if {@code false} content value
* IS included ("not filtered out").
Expand Down

0 comments on commit 00d999f

Please sign in to comment.