Signed-off-by: Roland Häder <roland@mxchange.org>
import org.mxchange.jphone.exceptions.MobileProviderAlreadyAddedException;
/**
- * An administrative singleton EJB for mobile provider informations
+ * Administrative singleton EJB for mobile provider informations
* <p>
* @author Roland Haeder<roland@mxchange.org>
*/
* <p>
* @author Roland Haeder<roland@mxchange.org>
*/
-@Stateless (name = "admincontactphone", mappedName = "ejb/stateless-pizza-admin-contact-phone", description = "An administrative bean handling contact's phone data")
+@Stateless (name = "admincontactphone", mappedName = "ejb/stateless-pizza-admin-contact-phone", description = "Administrative bean handling contact's phone data")
public class PizzaAdminContactPhoneSessionBean extends BaseDatabaseBean implements AdminContactsPhoneSessionBeanRemote {
/**
* <p>
* @author Roland Haeder<roland@mxchange.org>
*/
-@Stateless (name = "adminphone", mappedName = "ejb/stateless-pizza-admin-phone", description = "An administrative bean handling phone data")
+@Stateless (name = "adminphone", mappedName = "ejb/stateless-pizza-admin-phone", description = "Administrative bean handling phone data")
public class PizzaAdminPhoneSessionBean extends BaseDatabaseBean implements AdminPhoneSessionBeanRemote {
/**