]> git.mxchange.org Git - jfinancials-core.git/commitdiff
fixed my name, it is 'Häder', not 'Haeder'
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:11:32 +0000 (00:11 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:11:32 +0000 (00:11 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/project.properties
src/org/mxchange/jfinancials/model/receipt/Billable.java
src/org/mxchange/jfinancials/model/receipt/Receipt.java
src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java
src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java

index 513120875f951c3a39a81dd2e64e56766f40f84a..e72b6a5c2f5cba253a8f60e4c4b6e56160b050b7 100644 (file)
@@ -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
index 329ac68ce5e830d1ff67ad182bb1b26352d9240b..fe2f70c91f238633fb3dc5d0a0c44aa0aeefa83a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Billable extends Serializable {
 
index c29088151fd6218bd938df83562dc8339eb5e0d8..e3d10576e707cd55ed3e1dbc1dbbd29dafd3c87a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "receipts")
 @Table (
index 4701c75c138c25e8178a0cf63d1e1cf0eb65eb66..6f066e7775069330782c0845fcc85f5d5e0715c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface BillableReceiptEntry extends Serializable {
 
index 77b0f8934a8003c4b3695cbc0cff50765c3ab2e1..db4ee707dcab82839314099a8b074a67af0b22f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "receipt_entries")
 @Table (