X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fexceptions%2FUserAlreadySharingAddressbookException.java;h=a6e0d48909732253bdc2029e1fc977c626d33ffb;hb=a5da4801e8b1a61328551a8a32a073f84c978945;hp=d58c2a38ecaecd5cd0c4e862748d74dfb2d76479;hpb=265533154f7d7909e32caf1250c8a618894159fc;p=addressbook-lib.git diff --git a/src/org/mxchange/addressbook/exceptions/UserAlreadySharingAddressbookException.java b/src/org/mxchange/addressbook/exceptions/UserAlreadySharingAddressbookException.java index d58c2a3..a6e0d48 100644 --- a/src/org/mxchange/addressbook/exceptions/UserAlreadySharingAddressbookException.java +++ b/src/org/mxchange/addressbook/exceptions/UserAlreadySharingAddressbookException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Haeder */ public class UserAlreadySharingAddressbookException extends Exception {