]> git.mxchange.org Git - jshop-receipt-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/project.properties
src/org/mxchange/jshopreceipt/receipt/PdfReceiptBeanLocal.java
src/org/mxchange/jshopreceipt/receipt/Receipt.java

index 938486a2ee1bda037b37e2cd734398fe9c12e4e0..3a9aacc358635fb12b9b612cd8af839d8f198404 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=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
index 63c0952cd4a018005e4aab18285692a544a36f05..e925e834ec9756179509117ba125667bcdee5eb6 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PdfReceiptBeanLocal {
index d5535dce1fa8cc88d791d2a73663bbdb49700130..c3d3e7823d29e36170c616e2bdab64ab44421333 100644 (file)
@@ -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.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Qualifier
 @Retention (RetentionPolicy.RUNTIME)