]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionBean.java
renamed files to make difference to other war-projects
[jjobs-war.git] / src / java / org / mxchange / jjobs / beans / email_address / JobsEmailChangeWebSessionBean.java
index 7095e56d6c926050dea7c31acb6e8609b5c454a2..dadf05c3d7fdd22994b2520266792ca739a7ae47 100644 (file)
@@ -2,16 +2,16 @@
  * Copyright (C) 2016 Roland Haeder
  *
  * 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
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package org.mxchange.jjobs.beans.email_address;
@@ -27,12 +27,12 @@ import javax.naming.Context;
 import javax.naming.InitialContext;
 import javax.naming.NamingException;
 import org.mxchange.jcontacts.contact.Contact;
-import org.mxchange.jjobs.beans.login.UserLoginWebSessionController;
 import org.mxchange.jusercore.exceptions.UserPasswordMismatchException;
 import org.mxchange.jusercore.model.email_address.ChangeableEmailAddress;
 import org.mxchange.jusercore.model.email_address.EmailAddressChange;
 import org.mxchange.jusercore.model.email_address.EmailChangeSessionBeanRemote;
 import org.mxchange.jusercore.model.user.User;
+import org.mxchange.jjobs.beans.login.JobsUserLoginWebSessionController;
 
 /**
  * A web session bean for changing email addresses
@@ -72,7 +72,7 @@ public class JobsEmailChangeWebSessionBean implements JobsEmailChangeWebSessionC
         * Login bean (controller)
         */
        @Inject
-       private UserLoginWebSessionController loginController;
+       private JobsUserLoginWebSessionController loginController;
 
        /**
         * Default constructor