]> git.mxchange.org Git - jcontacts-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 00:42:06 +0000 (01:42 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Nov 2022 02:08:14 +0000 (03:08 +0100)
commitf1c03378119df64cbc66b4a0954160e0af4e48ed
treec1f27237887667556f6088758637da32df923fdb
parent3596c805ad9fe575303e1fd3836c24dfc956b801
Continued:
- moved PersonalTitleUtils to proper package
- added unit test for method PersonalTitleUtils.compare()
- used own BooleanUtils class for null-safe comparison, Boolean.compare() seems
  to be not null-safe
src/org/mxchange/jcontacts/model/contact/UserContact.java
src/org/mxchange/jcontacts/model/contact/title/PersonalTitleUtils.java [deleted file]
src/org/mxchange/jcontacts/model/utils/PersonalTitleUtils.java [new file with mode: 0644]
test/org/mxchange/jcontacts/model/contact/title/PersonalTitleUtilsTest.java [new file with mode: 0644]