[Libreoffice-commits] core.git: nlpsolver/ThirdParty
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 18 08:48:17 UTC 2021
nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 371ae1cf2307e5585f4f66f001c97d464cf44429
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Jul 18 10:01:45 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 18 10:47:45 2021 +0200
nlpsolver: DEPSAgent doesn't implement ILibEngine
Fix this error:
/home/julien/lo/libreoffice/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java:45: error: DEPSAgent is not abstract and does not override abstract method setLibrary(Library) in ILibEngine
public class DEPSAgent implements ILibEngine {
^
1 error
(on pc Debian testing x86-64 with master sources updated today
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1)
OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1, mixed mode, sharing)
)
Change-Id: I1ce2d1a9ddee1020889f1a7a8fcd3387980b241f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119119
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java
index b3e5f310031f..75e66ff251b6 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/DEPSAgent.java
@@ -43,7 +43,7 @@ import net.adaptivebox.knowledge.SearchPoint;
import net.adaptivebox.problem.ProblemEncoder;
import net.adaptivebox.space.BasicPoint;
-public class DEPSAgent implements ILibEngine {
+public class DEPSAgent {
// Describes the problem to be solved
private ProblemEncoder problemEncoder;
More information about the Libreoffice-commits
mailing list