From eef14763c5d9c26af22944add1269b648e104a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 5 Sep 2016 06:20:12 +0000 Subject: [PATCH] Better documented change in SQLCache --- html/relnotes.html | 2 +- src/fr/inrialpes/exmo/align/service/SQLCache.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/relnotes.html b/html/relnotes.html index 642a3f05..750eeaa5 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -61,7 +61,7 @@ with a warning: <p><ul compact="1"> <li><span style="color: red;">Suppressed</span> empty constructor in <tt>DBServiceImpl</tt> (serv)</li> -<li>Fixed a bug in <tt>SQLCache</tt> loading from database which prevented to reload EDOAL ontologies (serv)</li> +<li>Fixed a bug in <tt>SQLCache</tt> loading from database which prevented to reload EDOAL alignments (serv)</li> <li>Fixed a problem with Jade when running a server with no X server running (serv)</li> <li>Moved all shell examples from csh to bash (html)</li> <li>Clarified EDOAL documentation (html)</li> diff --git a/src/fr/inrialpes/exmo/align/service/SQLCache.java b/src/fr/inrialpes/exmo/align/service/SQLCache.java index ea2eabbc..8e394420 100644 --- a/src/fr/inrialpes/exmo/align/service/SQLCache.java +++ b/src/fr/inrialpes/exmo/align/service/SQLCache.java @@ -2,7 +2,7 @@ * $Id$ * * Copyright (C) Seungkeun Lee, 2006 - * Copyright (C) INRIA, 2006-2015 + * Copyright (C) INRIA, 2006-2016 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License -- GitLab