]> git.mxchange.org Git - jphone-lib.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jphone/phonenumbers/mobileprovider/AdminMobileProviderSessionBeanRemote.java
src/org/mxchange/jphone/phonenumbers/mobileprovider/MobileProviderSingletonBeanRemote.java
src/org/mxchange/jphone/phonenumbers/phone/AdminPhoneSessionBeanRemote.java
src/org/mxchange/jphone/phonenumbers/phone/PhoneSessionBeanRemote.java

index cf6e4792eb6816aef8c36520a738d939a7c978c2..8ebeccef32dffdb7ffbd660ee15e004582884868 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.jphone.exceptions.MobileProviderAlreadyAddedException;
  * A remote interface for mobile provider data retrieval for administrative
  * purposes.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminMobileProviderSessionBeanRemote extends Serializable {
index 6aeaed296c300b1ebe45d9a33ace6bc14277cac7..a77848f21021151a72bc4713bd3c57ab9cb6b06a 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
@@ -23,7 +23,7 @@ import javax.ejb.Remote;
 /**
  * A remote interface for mobile provider data retrieval
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface MobileProviderSingletonBeanRemote extends Serializable {
index 809f2a87c80cf42e3966058fd61ffca1063195a7..7d8be348b03fc44964779a0ab258325b1b0f7611 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.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * A remote administrative interface for any kind of phone numbers.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminPhoneSessionBeanRemote extends Serializable {
index 177087a2639808149f24d958f9e434bc6841bfd3..8efeb2d147b5563f4896e74ba98dde7de020a74b 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.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * A remote interface for phone numbers (any kind)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface PhoneSessionBeanRemote extends Serializable {