]> git.mxchange.org Git - jcustomer-lib.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/jcustomercore/model/customer/AdminCustomerSessionBeanRemote.java
src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java

index 11272ef818b7a83b4e0be2bab1f0b904ddd936b0..0bc6ba9bde7a673b68e60d761ac9d2fdecdb3db2 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=jcustomer-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 7ea851ef35d1ed94cef4ed13770f3a6678274188..57a3348d6ca368105c2faac8c83139a43e00b0d1 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
@@ -25,7 +25,7 @@ import org.mxchange.jcustomercore.exceptions.CustomerAlreadyRegisteredException;
 /**
  * Administrative interface for customer beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminCustomerSessionBeanRemote extends Serializable {
index c56e30d95d21b09f52c34eb4f6d5ab294c869133..f966f6e6038e0e8e96e4c965b6f0ac7277672c46 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
@@ -24,7 +24,7 @@ import org.mxchange.jcustomercore.exceptions.CustomerNotFoundException;
 /**
  * An interface for customer beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface CustomerSessionBeanRemote extends Serializable {