summaryrefslogtreecommitdiff
path: root/nlpsolver
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 09:29:35 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 13:34:42 +0200
commit5ca7fa8db244f225d680f86d6eceefa69eb35b6d (patch)
treec84c16da0a3cc5754b543146ea2247951ad5d0c9 /nlpsolver
parent01c042471d35ecaeb7362c64436e090c7164a140 (diff)
make some java fields private
found by UCDetector Change-Id: Ib4cf18be134c3177cb123191e963bb43b7e6de93
Diffstat (limited to 'nlpsolver')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java
index 1a5d2523099c..bdbf51bfdfa5 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java
@@ -25,7 +25,7 @@ import net.adaptivebox.global.*;
public class EvalElement {
//The weight for each response (target)
- public double weight = 1;
+ private double weight = 1;
/**
* The expected range of the response value, forms the following objective:
*