]> 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 e1d5f0e2fd89b2d3a9a51d80c98e6973aaaaf4fe..60b6f3a8f976ba897840a94e02e0d6e16c0b8628 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * 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
@@ -47,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;