From 68f6acdf4f467bfc06bba5e17fd07ad87494d8d7 Mon Sep 17 00:00:00 2001 From: gmantele <gmantele@ari.uni-heidelberg.de> Date: Wed, 20 Aug 2014 16:58:27 +0200 Subject: [PATCH] [TAP] Correction of the author in the javadoc of AbstractTAPFactory --- src/tap/AbstractTAPFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tap/AbstractTAPFactory.java b/src/tap/AbstractTAPFactory.java index f619b03..8825fc9 100644 --- a/src/tap/AbstractTAPFactory.java +++ b/src/tap/AbstractTAPFactory.java @@ -49,7 +49,7 @@ import adql.query.ADQLQuery; * Default implementation of most of the {@link TAPFactory} function. * Only the functions related with the database connection stay abstract. * - * @author Grégory Mantelet (ARI) + * @author Grégory Mantelet (CDS;ARI) * @version 2.0 (08/2014) */ public abstract class AbstractTAPFactory extends TAPFactory { -- GitLab