Commit 68f6acdf authored by gmantele's avatar gmantele
Browse files

[TAP] Correction of the author in the javadoc of AbstractTAPFactory

parent 10020f93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {