summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java b/Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java
index ecd1d6aae..bf0c1c60a 100644
--- a/Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java
+++ b/Essentials/src/com/earth2me/essentials/register/payment/methods/iCo6.java
@@ -129,8 +129,8 @@ public class iCo6 implements Method
public class iCoAccount implements MethodAccount
{
- private Account account;
- private Holdings holdings;
+ private final Account account;
+ private final Holdings holdings;
public iCoAccount(Account account)
{