]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2017 20:34:16 +0000 (22:34 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2017 19:26:33 +0000 (21:26 +0200)
- loginEvent is no longer used as userLoginEvent is now there

src/java/org/mxchange/jfinancials/beans/login/user/FinancialsUserLoginWebSessionBean.java

index b71109885ed0021e397c336ff6899d67007d28a6..b30d193515710e55b65987b6def2559d6ecb604e 100644 (file)
@@ -88,13 +88,6 @@ public class FinancialsUserLoginWebSessionBean extends BaseFinancialsController
         */
        private User loggedInUser;
 
-       /**
-        * Event fired when user has logged in
-        */
-       @Inject
-       @Any
-       private Event<ObservableUserLoggedInEvent> loginEvent;
-
        /**
         * User controller
         */