]> git.mxchange.org Git - pizzaservice-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/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java
src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java
src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java

index e34abb942f35b85c116dae3580bc106e3c70b604..9031b22d0e393725f58715f5a47622ad31de18fb 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=pizzaservice-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 07b2dece01a4de8cd3c95710924142c76beab27a..c74e2eea3c6fb9c4a00ce76286fab419ffd45eac 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 org.mxchange.jusercore.model.user.User;
 /**
  * A remote interface for resending confirmation link.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface ResendLinkSessionBeanRemote extends Serializable {
index fba52b1bb82b4cbfaf71f38c807ca190c65b6a2a..56360a253c4685fd9f73e0f028cad116d61bdd19 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
@@ -22,7 +22,7 @@ import org.mxchange.jcustomercore.model.customer.AdminCustomerSessionBeanRemote;
 /**
  * A custom remote interface for PizzaService customers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface PizzaAdminCustomerSessionBeanRemote extends AdminCustomerSessionBeanRemote {
index 4c1eabd131c6bac78f2623a48c038189b506f437..aa25cc460d00fd96df2aca869e411edf8b0aeb62 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
@@ -22,7 +22,7 @@ import org.mxchange.jcustomercore.model.customer.CustomerSessionBeanRemote;
 /**
  * A custom remote interface for PizzaService customers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface PizzaCustomerSessionBeanRemote extends CustomerSessionBeanRemote {