* <p>To customize the object representation you merely have to extends the appropriate functions of this class.</p>
*
* @author Grégory Mantelet (CDS;ARI)
* @version 1.4 (08/2015)
* @version 1.4 (04/2017)
*
* @see ADQLParser
*/
@@ -430,10 +430,6 @@ public class ADQLQueryFactory {
returncolRef;
}
/**
* @deprecated since 1.4 ; Former version's mistake: a GROUP BY item is either a regular/delimited column name or an integer, not a qualified column name ; Replaced by {@link #createColRef(adql.parser.IdentifierItems.IdentifierItem)} ; This function is no longer used by ADQLParser.