From da4520b9a2b133d79cb34ad067ae965b4207e202 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 11 Oct 2015 22:26:51 +0200 Subject: [PATCH] it can be final --- .../org/mxchange/addressbook/beans/country/CountryWebBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/mxchange/addressbook/beans/country/CountryWebBean.java b/src/java/org/mxchange/addressbook/beans/country/CountryWebBean.java index 105ca0c5..126a0267 100644 --- a/src/java/org/mxchange/addressbook/beans/country/CountryWebBean.java +++ b/src/java/org/mxchange/addressbook/beans/country/CountryWebBean.java @@ -44,7 +44,7 @@ public class CountryWebBean implements CountryWebController { /** * Remote country EJB */ - private AddressbookCountrySingletonBeanRemote countryBean; + private final AddressbookCountrySingletonBeanRemote countryBean; /** * List of all countries -- 2.39.5