]> git.mxchange.org Git - addressbook-war.git/commitdiff
Use this where possible to make it more clear (and better style)
authorRoland Haeder <roland@mxchange.org>
Fri, 19 Feb 2016 14:50:52 +0000 (15:50 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Feb 2016 14:50:52 +0000 (15:50 +0100)
src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java

index 8473c49b4968308fe3ed9d7e3261853a460af430..828023c23d9f8b2c8a8c403f8c8f30fcf3e3d74f 100644 (file)
@@ -60,7 +60,7 @@ public class UserProfileWebRequestBean implements UserProfileWebRequestControlle
 
                try {
                        // Try to get it
-                       u = userController.lookupUserById(userId);
+                       u = this.userController.lookupUserById(userId);
                } catch (final UserNotFoundException ex) {
                        // Throw again
                        throw new FaceletException(ex);