From d828b29e1a006377e8c4a9f1ad74157e43c8af1c 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 +- .../mxchange/jshopreceipt/receipt/PdfReceiptBeanLocal.java | 4 ++-- src/org/mxchange/jshopreceipt/receipt/Receipt.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 938486a..3a9aacc 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-receipt-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/jshopreceipt/receipt/PdfReceiptBeanLocal.java b/src/org/mxchange/jshopreceipt/receipt/PdfReceiptBeanLocal.java index 63c0952..e925e83 100644 --- a/src/org/mxchange/jshopreceipt/receipt/PdfReceiptBeanLocal.java +++ b/src/org/mxchange/jshopreceipt/receipt/PdfReceiptBeanLocal.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 javax.ejb.Local; /** * An interface for "centralized" logger *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface PdfReceiptBeanLocal { diff --git a/src/org/mxchange/jshopreceipt/receipt/Receipt.java b/src/org/mxchange/jshopreceipt/receipt/Receipt.java index d5535dc..c3d3e78 100644 --- a/src/org/mxchange/jshopreceipt/receipt/Receipt.java +++ b/src/org/mxchange/jshopreceipt/receipt/Receipt.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 javax.inject.Qualifier; * http://memorynotfound.com/java-se-unit-testing-cdi-junit-jboss-weld-se/ and * has been slightly modified to make it work. *

- * @author Roland Haeder + * @author Roland Häder */ @Qualifier @Retention (RetentionPolicy.RUNTIME) -- 2.39.5