]> git.mxchange.org Git - jphone-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 13:59:58 +0000 (15:59 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 13:59:58 +0000 (15:59 +0200)
commit4d7296715685ccacf770b3ba64a27363289d9684
tree5af3c9dacf41b56aceb82a917286a925e27da5d0
parent1f0ad7237bf260a26e94152de86024dc9ca02f59
Continued:
- renamed utility classes *s to *Utils
- moved them in their own package (all in one)
src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumber.java
src/org/mxchange/jphone/model/phonenumbers/fax/FaxNumbers.java [deleted file]
src/org/mxchange/jphone/model/phonenumbers/landline/LandLineNumbers.java [deleted file]
src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumber.java
src/org/mxchange/jphone/model/phonenumbers/mobile/MobileNumbers.java [deleted file]
src/org/mxchange/jphone/model/phonenumbers/mobileprovider/CellphoneProvider.java
src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProviders.java [deleted file]
src/org/mxchange/jphone/model/utils/FaxNumberUtils.java [new file with mode: 0644]
src/org/mxchange/jphone/model/utils/LandLineNumberUtils.java [new file with mode: 0644]
src/org/mxchange/jphone/model/utils/MobileNumberUtils.java [new file with mode: 0644]
src/org/mxchange/jphone/model/utils/MobileProviderUtils.java [new file with mode: 0644]