From 01f65b71cbb2629a26ccebcbc2a3945de722aae3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 8 Aug 2016 16:03:26 +0200 Subject: [PATCH] Please move: - this is for e.g. unlinking or linking cell phone, land-line or fax numbers with contacts - this is not any-phone-numbers only MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder Signed-off-by: Roland Häder --- .../phone/JobsAdminContactPhoneSessionBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/java/org/mxchange/{jphone/phonenumbers => jcontacts}/phone/JobsAdminContactPhoneSessionBean.java (98%) diff --git a/src/java/org/mxchange/jphone/phonenumbers/phone/JobsAdminContactPhoneSessionBean.java b/src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java similarity index 98% rename from src/java/org/mxchange/jphone/phonenumbers/phone/JobsAdminContactPhoneSessionBean.java rename to src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java index bc72928..d55bbfb 100644 --- a/src/java/org/mxchange/jphone/phonenumbers/phone/JobsAdminContactPhoneSessionBean.java +++ b/src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -package org.mxchange.jphone.phonenumbers.phone; +package org.mxchange.jcontacts.phone; import java.text.MessageFormat; import java.util.LinkedList; -- 2.39.5