From: Roland Haeder Date: Fri, 19 Feb 2016 14:50:52 +0000 (+0100) Subject: Use this where possible to make it more clear (and better style) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3987102e855a4291de15b12853337bcca48d61b7;p=addressbook-war.git Use this where possible to make it more clear (and better style) --- diff --git a/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java b/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java index 8473c49b..828023c2 100644 --- a/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java +++ b/src/java/org/mxchange/addressbook/beans/profile/UserProfileWebRequestBean.java @@ -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);