]> git.mxchange.org Git - jcontacts-business-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 18 Mar 2018 23:35:01 +0000 (00:35 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 18 Mar 2018 23:50:17 +0000 (00:50 +0100)
commit8376a80aef841f2a0ca0a89d85c625d2b794a59c
tree3217b25cd84a972192ca87e0974223f54b712d9d
parent4164210d987fadd48dffd0f80e5ee807e51ea290
Continued:
- added new depdendency Apache Commons Lang3
- used their StringUtils class for null-safe comparisons
- but their NumberUtils class' compare() methods are not null-safe, so have to
  take own CoreNumberUtils class instead.

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/nblibraries.properties
nbproject/project.properties
src/org/mxchange/jcontactsbusiness/model/basicdata/BusinessBasicData.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BusinessBranchOffice.java
src/org/mxchange/jcontactsbusiness/model/employee/BusinessEmployee.java
src/org/mxchange/jcontactsbusiness/model/headquarter/BusinessHeadquarter.java