]> git.mxchange.org Git - juser-login-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/jusercore/model/email_address/UserEmailChangeSessionBeanRemote.java
src/org/mxchange/jusercore/model/login/UserLoginSessionBeanRemote.java
src/org/mxchange/jusercore/model/register/UserRegistrationSessionBeanRemote.java
src/org/mxchange/jusercore/model/user/AdminUserSessionBeanRemote.java
src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java
src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistorySessionBeanRemote.java

index f51e8decdf79fe84935390b5f98d4c2fc052064d..7070ccfd07f75da44c1edeeb001d6e9d33fecab1 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 changing email addresses
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface UserEmailChangeSessionBeanRemote extends Serializable {
index 5bd5e54ec861c72da9914d27a97670fe24259896..722afb7fa56aa0a9e3b6f0c30576fd90d94463cc 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
@@ -28,7 +28,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A remote interface for user login
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface UserLoginSessionBeanRemote extends Serializable {
index ad76114399d650bc1b0c081c14b1a0642c9ca0a7..0bc78a9383dde339aeca2724b24678f2009e6f9d 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.jusercore.model.user.User;
 /**
  * A remote interface for user registtration
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface UserRegistrationSessionBeanRemote extends Serializable {
index 1c25501f3b93371309a660a8403b8f1c5535e8ea..c921db0301e8752305a0d9bd33cfb3c7386bce54 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
@@ -28,7 +28,7 @@ import org.mxchange.jusercore.exceptions.UserStatusUnconfirmedException;
 /**
  * An interface for administrative user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface AdminUserSessionBeanRemote extends Serializable {
index f64acb5754bd6d58473984e8c17ba646d8756ad2..395615043ef29d2b903c2f63d54bf36980c15665 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
@@ -28,7 +28,7 @@ import org.mxchange.jusercore.model.user.password_history.PasswordHistory;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface UserSessionBeanRemote extends Serializable {
index a244cd64a69fd5fe7a26afa39c1c7003c7111fdc..3ff58f8ff8ecd15be388553f97612f4666ed2507 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.jusercore.model.user.User;
 /**
  * A remote interface for user's password history
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface UserPasswordHistorySessionBeanRemote extends Serializable {