Skip to content

Commit

Permalink
Fix "iff" typo and unpaired curly bracket in Javadoc (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen authored Apr 28, 2024
1 parent 7f76199 commit 2c0aabc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ public enum PropertyAccessor
* Getters are methods used to get a POJO field value for serialization,
* or, under certain conditions also for de-serialization. Latter
* can be used for effectively setting Collection or Map values
* in absence of setters, iff returned value is not a copy but
* in absence of setters, if returned value is not a copy but
* actual value of the logical property.
*<p>
* Since version 1.3, this does <b>NOT</b> include "is getters" (methods
* that return boolean and named 'isXxx' for property 'xxx'); instead,
* {@link #IS_GETTER} is used}.
* {@link #IS_GETTER} is used.
*/
GETTER,

Expand Down

0 comments on commit 2c0aabc

Please sign in to comment.