From 551bf85bb8a6f076fd71a844aa1a50cae19be456 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:11 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 2 +- .../events/customer/added/AdminAddedCustomerEvent.java | 4 ++-- .../events/customer/added/CustomerAdminAddedEvent.java | 4 ++-- .../events/customer/update/AdminCustomerDataUpdatedEvent.java | 4 ++-- .../events/customer/update/AdminUpdatedCustomerDataEvent.java | 4 ++-- .../exceptions/CustomerAlreadyRegisteredException.java | 4 ++-- .../jcustomercore/exceptions/CustomerNotFoundException.java | 4 ++-- .../exceptions/EmailAddressAlreadyRegisteredException.java | 4 ++-- src/org/mxchange/jcustomercore/model/customer/Customer.java | 4 ++-- .../model/customer/status/CustomerAccountStatus.java | 4 ++-- src/org/mxchange/jcustomercore/utils/CustomerUtils.java | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 5a32ca0..2b93cb2 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -4,7 +4,7 @@ annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output application.title=jcustomer-core -application.vendor=Roland Haeder +application.vendor=Roland H\u00e4der auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form diff --git a/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java b/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java index 21ce8f7..8b13aa5 100644 --- a/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.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.jcustomercore.model.customer.Customer; * An interface for events being fired when an administrator has added a * customer. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminAddedCustomerEvent extends Serializable { diff --git a/src/org/mxchange/jcustomercore/events/customer/added/CustomerAdminAddedEvent.java b/src/org/mxchange/jcustomercore/events/customer/added/CustomerAdminAddedEvent.java index 21050ee..d1c2e26 100644 --- a/src/org/mxchange/jcustomercore/events/customer/added/CustomerAdminAddedEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/added/CustomerAdminAddedEvent.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.jcustomercore.model.customer.Customer; /** * An event being fired when an administrator has added a new customer *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomerAdminAddedEvent implements AdminAddedCustomerEvent { diff --git a/src/org/mxchange/jcustomercore/events/customer/update/AdminCustomerDataUpdatedEvent.java b/src/org/mxchange/jcustomercore/events/customer/update/AdminCustomerDataUpdatedEvent.java index 35c2b0e..9064c42 100644 --- a/src/org/mxchange/jcustomercore/events/customer/update/AdminCustomerDataUpdatedEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/update/AdminCustomerDataUpdatedEvent.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.jcustomercore.model.customer.Customer; /** * An event being fired when the administrator has updated customer data *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminCustomerDataUpdatedEvent implements AdminUpdatedCustomerDataEvent { diff --git a/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java b/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java index c3afa89..ba3ac13 100644 --- a/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java +++ b/src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.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.jcustomercore.model.customer.Customer; /** * An interface for events being fired when an administrator updated customer data. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminUpdatedCustomerDataEvent extends Serializable { diff --git a/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java b/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java index ff42b89..007ff70 100644 --- a/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java +++ b/src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.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.jcustomercore.model.customer.Customer; /** * An exception thrown when the customer is already registered *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomerAlreadyRegisteredException extends Exception { diff --git a/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java b/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java index d7bd493..8147bec 100644 --- a/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java +++ b/src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.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.jcustomercore.model.customer.Customer; /** * An exception thrown when the user's account was not found *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomerNotFoundException extends Exception { diff --git a/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java b/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java index 0aa7166..d4db28a 100644 --- a/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java +++ b/src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.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.jcustomercore.model.customer.Customer; /** * An exception thrown when the recruiter's email address is already registered. *

- * @author Roland Haeder + * @author Roland Häder */ public class EmailAddressAlreadyRegisteredException extends Exception { diff --git a/src/org/mxchange/jcustomercore/model/customer/Customer.java b/src/org/mxchange/jcustomercore/model/customer/Customer.java index 79d4ebe..9e91d22 100644 --- a/src/org/mxchange/jcustomercore/model/customer/Customer.java +++ b/src/org/mxchange/jcustomercore/model/customer/Customer.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.jcustomercore.model.customer.status.CustomerAccountStatus; /** * A customer POJI *

- * @author Roland Haeder + * @author Roland Häder */ public interface Customer extends Serializable { diff --git a/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java b/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java index 276f0a8..c58cf80 100644 --- a/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java +++ b/src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.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 customer's account status like confirmed, locked, etc. *

- * @author Roland Haeder + * @author Roland Häder */ public enum CustomerAccountStatus implements Serializable { diff --git a/src/org/mxchange/jcustomercore/utils/CustomerUtils.java b/src/org/mxchange/jcustomercore/utils/CustomerUtils.java index 1d24c0b..8cace2c 100644 --- a/src/org/mxchange/jcustomercore/utils/CustomerUtils.java +++ b/src/org/mxchange/jcustomercore/utils/CustomerUtils.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.apache.commons.lang3.StringUtils; /** * Customer utilities *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomerUtils { -- 2.39.5