summaryrefslogtreecommitdiff
path: root/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge
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/knowledge
parent2608512056b706bab57e36765e15f5c00668577a (diff)
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/knowledge')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/ILibEngine.java2
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/Library.java2
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/ILibEngine.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/ILibEngine.java
index 8a4d348a8c53..af5a8b2a1323 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/ILibEngine.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/ILibEngine.java
@@ -2,7 +2,7 @@
/**
* Description: set the library.
*
- * @ Author Create/Modi Note
+ * Author Create/Modi Note
* Xiaofeng Xie May 14, 2004
*
* This library is free software; you can redistribute it and/or
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/Library.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/Library.java
index c94812edf5ce..6b6574bcc081 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/Library.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/Library.java
@@ -2,7 +2,7 @@
/**
* Description: Contains a set of points.
*
- * @ Author Create/Modi Note
+ * Author Create/Modi Note
* Xiaofeng Xie Mar 7, 2003
* Xiaofeng Xie May 3, 2003
* Xiaofeng Xie May 11, 2004
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java
index 6fee1b7367e4..ea37e1e5cd0b 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/knowledge/SearchPoint.java
@@ -1,7 +1,7 @@
/**
* Description: provide the location and encoded goodness information
*
- * @ Author Create/Modi Note
+ * Author Create/Modi Note
* Xiaofeng Xie Mar 1, 2003
* Xiaofeng Xie May 11, 2004
*