From b58c053fed3c7e2e1e6a4195254e639976a3a809 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 12:15:21 +0200 Subject: java: remove unnecessary semi-colons Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4 --- .../EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nlpsolver/ThirdParty') diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java index 82e4073ee4e8..1a5d2523099c 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java @@ -42,7 +42,7 @@ public class EvalElement { */ public BasicBound targetBound = new BasicBound(); - public EvalElement() {}; + public EvalElement() {} public boolean isOptType() { return ((targetBound.minValue==BasicBound.MINDOUBLE&&targetBound.maxValue==BasicBound.MINDOUBLE)|| -- cgit