]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/exceptions/UserAlreadySharingAddressbookException.java
Fixed getter calls, the new ones are more descriptive.
[addressbook-lib.git] / src / org / mxchange / addressbook / exceptions / UserAlreadySharingAddressbookException.java
index d58c2a38ecaecd5cd0c4e862748d74dfb2d76479..a6e0d48909732253bdc2029e1fc977c626d33ffb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown whent the address book is already shared with given user
  * <p>
- * @author Roland Haeder
+ * @author Roland Haeder<roland@mxchange.org>
  */
 public class UserAlreadySharingAddressbookException extends Exception {