]> git.mxchange.org Git - addressbook-mailer-ejb.git/blobdiff - src/java/org/mxchange/jcontacts/contact/AddressbookAdminContactSessionBean.java
Continued a bit:
[addressbook-mailer-ejb.git] / src / java / org / mxchange / jcontacts / contact / AddressbookAdminContactSessionBean.java
index 581d4cc8f0af25e49dfb1cf557d80ef0819296f0..2fa7eb3b73ae52228cd808f972b65bbca81bf759 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -25,7 +25,7 @@ import org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException;
 /**
  * An administrative contact EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminContact", description = "An administrative contact EJB")
 public class AddressbookAdminContactSessionBean extends BaseAddressbookDatabaseBean implements AdminContactSessionBeanRemote {