summaryrefslogtreecommitdiffstats
path: root/nlpsolver
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 09:15:50 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 09:55:13 +0200
commitafe95a1d7a3ce6842bb230eeaff70dc94bd24934 (patch)
treeac1b5ddf2f505f919f4874810c8a5d3b2f69b64b /nlpsolver
parentcid#1326607 Bx: Questionable Boxing of primitive value (diff)
downloadcore-afe95a1d7a3ce6842bb230eeaff70dc94bd24934.tar.gz
core-afe95a1d7a3ce6842bb230eeaff70dc94bd24934.zip
cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiom
Change-Id: Iac74be96b47720ab105f862e7d1a69f909214294
Diffstat (limited to 'nlpsolver')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/space/BasicPoint.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/space/BasicPoint.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/space/BasicPoint.java
index a590a69742f7..35f5f79ce23d 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/space/BasicPoint.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/space/BasicPoint.java
@@ -20,7 +20,7 @@
package net.adaptivebox.space;
-public class BasicPoint implements Cloneable, ILocationEngine {
+public class BasicPoint implements ILocationEngine {
//store the location information in the search space (S)
private final double[] location;