]> git.mxchange.org Git - jcontacts-lib.git/blobdiff - src/org/mxchange/jcontacts/model/contact/AdminContactSessionBeanRemote.java
Updated copyright year
[jcontacts-lib.git] / src / org / mxchange / jcontacts / model / contact / AdminContactSessionBeanRemote.java
index e02e2fed888360ef2cd056f27747475a290902d0..60b6f3a8f976ba897840a94e02e0d6e16c0b8628 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016 - 2024 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
  */
 package org.mxchange.jcontacts.model.contact;
 
-import org.mxchange.jcontacts.model.contact.Contact;
 import java.io.Serializable;
 import javax.ejb.Remote;
 import org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException;
@@ -48,8 +47,7 @@ public interface AdminContactSessionBeanRemote extends Serializable {
         * <p>
         * @return Updated contact instance
         * <p>
-        * @throws org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException
-        * Contact already found
+        * @throws ContactAlreadyAddedException Contact already found
         */
        Contact addContact (final Contact contact) throws ContactAlreadyAddedException;