From: Roland Haeder Date: Mon, 10 Apr 2017 21:55:11 +0000 (+0200) Subject: updated own name and resources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d828b29e1a006377e8c4a9f1ad74157e43c8af1c;p=jshop-receipt-lib.git updated own name and resources Signed-off-by: Roland Häder --- 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)