From c3997f6778f9baa09dc775cdc0112dd4eed4afe6 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:10 +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 --- src/org/mxchange/jcoreee/database/BaseDatabaseBean.java | 4 ++-- .../mxchange/jcoreee/exceptions/CustomExceptionHandler.java | 4 ++-- .../jcoreee/exceptions/CustomExceptionHandlerFactory.java | 4 ++-- src/org/mxchange/jcoreee/utils/FacesUtils.java | 4 ++-- src/org/mxchange/jcoreee/validator/BaseObjectValidator.java | 4 ++-- .../mxchange/jcoreee/validator/bool/BaseBooleanValidator.java | 4 ++-- .../bool/privacy_terms/PrivacyTermsCheckboxValidator.java | 4 ++-- .../mxchange/jcoreee/validator/date/BaseDateValidator.java | 4 ++-- .../mxchange/jcoreee/validator/number/BaseLongValidator.java | 4 ++-- .../validator/number/item_amount/ItemAmountValidator.java | 4 ++-- .../jcoreee/validator/string/BaseStringValidator.java | 4 ++-- .../jcoreee/validator/string/names/NameValidator.java | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java b/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java index 07e54ae..b8511f8 100644 --- a/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java +++ b/src/org/mxchange/jcoreee/database/BaseDatabaseBean.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 @@ -32,7 +32,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; /** * A helper class for beans that access the database. *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseDatabaseBean implements Serializable { diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java index 856c170..1b039e0 100644 --- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java +++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.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 @@ -38,7 +38,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; *

* 1: https://wmarkito.wordpress.com/2012/04/05/adding-global-exception-handling-using-jsf-2-x-exceptionhandler/ *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomExceptionHandler extends ExceptionHandlerWrapper { diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java index 9ee06d1..e17aa1f 100644 --- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java +++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.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 javax.faces.context.ExceptionHandlerFactory; *

* 1: https://wmarkito.wordpress.com/2012/04/05/adding-global-exception-handling-using-jsf-2-x-exceptionhandler/ *

- * @author Roland Haeder + * @author Roland Häder */ public class CustomExceptionHandlerFactory extends ExceptionHandlerFactory { diff --git a/src/org/mxchange/jcoreee/utils/FacesUtils.java b/src/org/mxchange/jcoreee/utils/FacesUtils.java index 19714af..73502e9 100644 --- a/src/org/mxchange/jcoreee/utils/FacesUtils.java +++ b/src/org/mxchange/jcoreee/utils/FacesUtils.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 javax.faces.context.FacesContext; /** * An utilities class for JSF *

- * @author Roland Haeder + * @author Roland Häder */ public class FacesUtils { diff --git a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java index 06c2747..b7b882f 100644 --- a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java +++ b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.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 @@ -30,7 +30,7 @@ import javax.faces.validator.ValidatorException; * You also may want to try out some other BaseFooValidator classes before * directly inheriting from this class. *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseObjectValidator implements Validator, Serializable { diff --git a/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java b/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java index 5a9e573..bc10234 100644 --- a/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java +++ b/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.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 @@ -30,7 +30,7 @@ import org.mxchange.jcoreee.validator.BaseObjectValidator; * A general boolean value validator. *

* @author BalusC - * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseBooleanValidator extends BaseObjectValidator implements Validator { diff --git a/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java b/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java index b7b7d50..fae0031 100644 --- a/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.java +++ b/src/org/mxchange/jcoreee/validator/bool/privacy_terms/PrivacyTermsCheckboxValidator.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 @@ -26,7 +26,7 @@ import org.mxchange.jcoreee.validator.bool.BaseBooleanValidator; /** * A validator for privacy and terms checkboxes *

- * @author Roland Haeder + * @author Roland Häder * @deprecated Please copy this to your project and remove the deprecation annotation */ @FacesValidator (value = "PrivacyTermsCheckboxValidator") diff --git a/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java b/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java index d9df554..a0b77ea 100644 --- a/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java +++ b/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.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 @@ -27,7 +27,7 @@ import org.mxchange.jcoreee.validator.BaseObjectValidator; /** * A generic validator class for dates *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseDateValidator extends BaseObjectValidator { diff --git a/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java b/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java index d10a6eb..c0d4200 100644 --- a/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.java +++ b/src/org/mxchange/jcoreee/validator/number/BaseLongValidator.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 @@ -27,7 +27,7 @@ import org.mxchange.jcoreee.validator.BaseObjectValidator; /** * A general number value validator. *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseLongValidator extends BaseObjectValidator implements Validator { diff --git a/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java b/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java index 10e7e8e..483c7e3 100644 --- a/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.java +++ b/src/org/mxchange/jcoreee/validator/number/item_amount/ItemAmountValidator.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 @@ -26,7 +26,7 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator; /** * A validator for item amount *

- * @author Roland Haeder + * @author Roland Häder * @deprecated Please copy this to your project */ @FacesValidator (value = "ItemAmountValidator") diff --git a/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java b/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java index 3150431..7399811 100644 --- a/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java +++ b/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.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 @@ -27,7 +27,7 @@ import org.mxchange.jcoreee.validator.BaseObjectValidator; * A general string validation class. You normally want to inherit from this * class for many form fields, e.g. surname, street name, city name and such. *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseStringValidator extends BaseObjectValidator { diff --git a/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java b/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java index 4a202b5..0339ee8 100644 --- a/src/org/mxchange/jcoreee/validator/string/names/NameValidator.java +++ b/src/org/mxchange/jcoreee/validator/string/names/NameValidator.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 @@ -26,7 +26,7 @@ import org.mxchange.jcoreee.validator.string.BaseStringValidator; /** * A validation class for names, such as first name or family name. *

- * @author Roland Haeder + * @author Roland Häder * @deprecated Please copy this to your project */ @FacesValidator (value = "NameValidator") -- 2.39.5