From d62e604aa3ee6d94c246fb621ef7f46a24647447 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 20 Apr 2017 00:11:32 +0200 Subject: [PATCH] =?utf8?q?fixed=20my=20name,=20it=20is=20'H=C3=A4der',=20n?= =?utf8?q?ot=20'Haeder'?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 2 +- src/org/mxchange/jfinancials/model/receipt/Billable.java | 4 ++-- src/org/mxchange/jfinancials/model/receipt/Receipt.java | 4 ++-- .../jfinancials/model/receipt/entry/BillableReceiptEntry.java | 4 ++-- .../jfinancials/model/receipt/entry/ReceiptEntry.java | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 5131208..e72b6a5 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=jfinancials-core -application.vendor=quix0r +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/jfinancials/model/receipt/Billable.java b/src/org/mxchange/jfinancials/model/receipt/Billable.java index 329ac68..fe2f70c 100644 --- a/src/org/mxchange/jfinancials/model/receipt/Billable.java +++ b/src/org/mxchange/jfinancials/model/receipt/Billable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 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.jusercore.model.user.User; /** * An interface for receipts *

- * @author Roland Haeder + * @author Roland Häder */ public interface Billable extends Serializable { diff --git a/src/org/mxchange/jfinancials/model/receipt/Receipt.java b/src/org/mxchange/jfinancials/model/receipt/Receipt.java index c290881..e3d1057 100644 --- a/src/org/mxchange/jfinancials/model/receipt/Receipt.java +++ b/src/org/mxchange/jfinancials/model/receipt/Receipt.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 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 @@ -41,7 +41,7 @@ import org.mxchange.jusercore.model.user.User; /** * - * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "receipts") @Table ( diff --git a/src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java b/src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java index 4701c75..6f066e7 100644 --- a/src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java +++ b/src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 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.jproduct.model.product.Product; /** * An interface for receipt entries *

- * @author Roland Haeder + * @author Roland Häder */ public interface BillableReceiptEntry extends Serializable { diff --git a/src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java b/src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java index 77b0f89..db4ee70 100644 --- a/src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java +++ b/src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 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 @@ -41,7 +41,7 @@ import org.mxchange.jproduct.model.product.Product; /** * A class for entryReceipt entries *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "receipt_entries") @Table ( -- 2.39.5