From 931c56951a44b32ad604423e24f9fbb2422d4d54 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 +- .../jshopcore/model/basket/BasketSessionBeanRemote.java | 4 ++-- .../model/category/AdminCategorySessionBeanRemote.java | 4 ++-- .../jshopcore/model/category/CategorySessionBeanRemote.java | 4 ++-- .../model/product/AdminProductSessionBeanRemote.java | 4 ++-- .../jshopcore/model/product/ProductSessionBeanRemote.java | 4 ++-- .../mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java | 4 ++-- src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 3dfc753..171fc9a 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=jshop-ee-lib -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/jshopcore/model/basket/BasketSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java index a9bebfa..adc5041 100644 --- a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.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.Customer; /** * An interface for a basket bean *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface BasketSessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.java b/src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.java index 945971c..141d22c 100644 --- a/src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.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.jshopcore.exceptions.CategoryTitleAlreadyUsedException; /** * An interface for categories for "ADMIN" role. *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface AdminCategorySessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java b/src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java index 6b08604..55f71bd 100644 --- a/src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.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 javax.ejb.Remote; /** * A remote-call interface for the shop *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface CategorySessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java index 4dca1da..fb24c07 100644 --- a/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/product/AdminProductSessionBeanRemote.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.jshopcore.exceptions.ProductTitleAlreadyUsedException; /** * Product interface for "ADMIN" role *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface AdminProductSessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.java index ae48715..da63a2f 100644 --- a/src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.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 javax.ejb.Remote; /** * An interface for non-administrative purposes *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface ProductSessionBeanRemote extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java b/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java index 1a4d12d..2708ea0 100644 --- a/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.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; /** * A remote interface for official recipt creation *

- * @author Roland Haeder + * @author Roland Häder */ @Remote public interface ReceiptBeanRemote extends Serializable { diff --git a/src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java b/src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java index f619a09..90bf7a2 100644 --- a/src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.java +++ b/src/org/mxchange/jshopcore/model/receipt/WrapableReceipt.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; /** * A receipt wrapper interface. *

- * @author Roland Haeder + * @author Roland Häder */ public interface WrapableReceipt extends Serializable { } -- 2.39.2