summaryrefslogtreecommitdiffstats
path: root/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-12 15:50:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-11-18 08:07:14 +0000
commit79c6aff069a9593571226bb32e907f837a203b7c (patch)
tree618160ad21068242a4943ac866a43c032bb94205 /nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem
parentfdo#86131 SwXTextField::getAnchor: handle postit field with annotation mark (diff)
downloadcore-79c6aff069a9593571226bb32e907f837a203b7c.tar.gz
core-79c6aff069a9593571226bb32e907f837a203b7c.zip
java: fix some javadoc errors
Eclipse was flagging this text as "invalid javadoc tags" Change-Id: I09e090c6cc49366191f96d34bd51f6ba68cf18aa Reviewed-on: https://gerrit.libreoffice.org/12524 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/ProblemEncoder.java2
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/UnconstrainedProblemEncoder.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/ProblemEncoder.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/ProblemEncoder.java
index 98c6824b73d6..603648e8428d 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/ProblemEncoder.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/ProblemEncoder.java
@@ -2,7 +2,7 @@
* Description: Encodes the specified problem into encoded information for
* forming the goodness landscape.
*
- * @ Author Create/Modi Note
+ * Author Create/Modi Note
* Xiaofeng Xie May 31, 2000
* Xiaofeng Xie Sep. 19, 2002
* Xiaofeng Xie Mar. 01, 2003
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/UnconstrainedProblemEncoder.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/UnconstrainedProblemEncoder.java
index f5193336789e..60b3644ffa5c 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/UnconstrainedProblemEncoder.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/problem/UnconstrainedProblemEncoder.java
@@ -1,7 +1,7 @@
/**
* Description: For unconstrained function
*
- * @ Author Create/Modi Note
+ * Author Create/Modi Note
* Xiaofeng Xie Dec 28, 2001
* Xiaofeng Xie Mar 02, 2003
* Xiaofeng Xie May 11, 2004