From: Roland Haeder Date: Mon, 10 Apr 2017 21:55:10 +0000 (+0200) Subject: updated own name and resources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c5e33866a8b1fc2958d7b1ca1dfeb5ee56196d0;p=jaddressbook-core.git updated own name and resources Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java b/src/org/mxchange/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java index b285217..8319799 100644 --- a/src/org/mxchange/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java +++ b/src/org/mxchange/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.Addressbook; /** * An interface for an event if an address book has been loaded *

- * @author Roland Haeder + * @author Roland Häder */ public interface AddressbookLoadedEvent extends Serializable { diff --git a/src/org/mxchange/jaddressbookcore/events/addressbook/LoadedAddressbookEvent.java b/src/org/mxchange/jaddressbookcore/events/addressbook/LoadedAddressbookEvent.java index 11015d4..18a5e7e 100644 --- a/src/org/mxchange/jaddressbookcore/events/addressbook/LoadedAddressbookEvent.java +++ b/src/org/mxchange/jaddressbookcore/events/addressbook/LoadedAddressbookEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -21,7 +21,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.Addressbook; /** * An event fired when an address book has been loaded *

- * @author Roland Haeder + * @author Roland Häder */ public class LoadedAddressbookEvent implements AddressbookLoadedEvent { diff --git a/src/org/mxchange/jaddressbookcore/events/sharing/AddressbookSharingEvent.java b/src/org/mxchange/jaddressbookcore/events/sharing/AddressbookSharingEvent.java index f7e05e6..a682909 100644 --- a/src/org/mxchange/jaddressbookcore/events/sharing/AddressbookSharingEvent.java +++ b/src/org/mxchange/jaddressbookcore/events/sharing/AddressbookSharingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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.jaddressbookcore.model.addressbook.shared.ShareableAddressbo /** * An interface for address book sharing events *

- * @author Roland Haeder + * @author Roland Häder */ public interface AddressbookSharingEvent extends Serializable { diff --git a/src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java b/src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java index 54b2d53..b08ebd3 100644 --- a/src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java +++ b/src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.shared.ShareableAddressbo /** * An event fired when a user ends sharing address books *

- * @author Roland Haeder + * @author Roland Häder */ public class EndedAddressbookSharingEvent implements AddressbookSharingEvent { diff --git a/src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java b/src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java index 61040ca..aa27ff6 100644 --- a/src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java +++ b/src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.shared.ShareableAddressbo /** * An event fired when a user starts sharing address books *

- * @author Roland Haeder + * @author Roland Häder */ public class StartedAddressbookSharingEvent implements AddressbookSharingEvent { diff --git a/src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java b/src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java index 0bfd148..81e21ff 100644 --- a/src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java +++ b/src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -19,7 +19,7 @@ package org.mxchange.jaddressbookcore.events.sharing.type; /** * An enumeration for sharing types *

- * @author Roland Haeder + * @author Roland Häder */ public enum SharingType { diff --git a/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java b/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java index e50241a..bc5cb3d 100644 --- a/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java +++ b/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -22,7 +22,7 @@ import org.mxchange.jaddressbookcore.model.addressbook.Addressbook; /** * An exception thrown when the user has already used the name. *

- * @author Roland Haeder + * @author Roland Häder */ public class AddressbookNameAlreadyUsedException extends Exception { diff --git a/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java b/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java index 9d737d1..815a024 100644 --- a/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java +++ b/src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -22,7 +22,7 @@ import java.text.MessageFormat; * An exception thrown when the address book's id number is not valid, so no * address book can be found. *

- * @author Roland Haeder + * @author Roland Häder */ public class AddressbookNotFoundException extends Exception { diff --git a/src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java b/src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java index 9eb8059..6031de3 100644 --- a/src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java +++ b/src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 Häder */ public class UserAlreadySharingAddressbookException extends Exception { diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java b/src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java index a865554..e4312fa 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -24,7 +24,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJI for addressbooks *

- * @author Roland Haeder + * @author Roland Häder */ public interface Addressbook extends Serializable { diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java b/src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java index 388e2ec..49f7b62 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -43,7 +43,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJO for user addressbooks *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "addressbooks") @Table (name = "addressbooks") diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java b/src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java index b4c66b4..0927ed7 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -25,7 +25,7 @@ import org.mxchange.jcontactsbusiness.BusinessContact; /** * A POJI for addressbook entries *

- * @author Roland Haeder + * @author Roland Häder */ public interface AddressbookEntry extends Serializable { diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java b/src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java index 977e312..5007393 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -43,7 +43,7 @@ import org.mxchange.jcontactsbusiness.CompanyContact; /** * A POJO for address book entries *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "addressbook_entries") @Table (name = "addressbook_entries") diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java b/src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java index bc00823..7b379f3 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -42,7 +42,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJO for sharing address books with other users *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "addressbook_shares") @Table (name = "addressbook_shares") diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java b/src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java index 912b42c..b8f3855 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -24,7 +24,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJI for shared address books *

- * @author Roland Haeder + * @author Roland Häder */ public interface ShareableAddressbook extends Serializable { diff --git a/src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java b/src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java index 6a40b02..544ebe6 100644 --- a/src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java +++ b/src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 Roland Häder * * 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 @@ -21,7 +21,7 @@ import java.io.Serializable; /** * An enumeration for the addressbook status *

- * @author Roland Haeder + * @author Roland Häder */ public enum AddressbokStatus implements Serializable {