]> git.mxchange.org Git - addressbook-war.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Mon, 17 Jul 2017 10:21:31 +0000 (12:21 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2017 22:11:03 +0000 (00:11 +0200)
commitd5dd77a1b682baa8f4cf0431323060c70289c93d
tree3ccc60fe5a7f15b3f4334069c33e099323afe53f
parentaf4e410aa1754bb2aee0f5499487ab28ba2a2936
Please cherry-pick:
- added missing converter for land-line and fax numbers
- renamed converter after naming-convetion, see below

Convention:
A converter converts mobile number instances from their corresponding
id numbers and vise versa, so it should be called MobileNumberConverter
for FacesConverter annotation and <Project>MobileNumberConverter for
class name.
src/java/org/mxchange/addressbook/converter/fax/AddressbookFaxNumberConverter.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/converter/landline/AddressbookLandLineNumberConverter.java [new file with mode: 0644]