diff --git a/src/main/java/eu/omp/irap/vespa/epntapclient/votable/controller/VOTableDataParser.java b/src/main/java/eu/omp/irap/vespa/epntapclient/votable/controller/VOTableDataParser.java
index afcf972..952376b 100644
--- a/src/main/java/eu/omp/irap/vespa/epntapclient/votable/controller/VOTableDataParser.java
+++ b/src/main/java/eu/omp/irap/vespa/epntapclient/votable/controller/VOTableDataParser.java
@@ -1,4 +1,4 @@
-/**
+/*
* This file is a part of EpnTAPClient.
* This program aims to provide EPN-TAP support for software clients, like CASSIS spectrum analyzer.
* See draft specifications: https://voparis-confluence.obspm.fr/pages/viewpage.action?pageId=559861
@@ -13,11 +13,14 @@
* the GNU General Public License along with this program. If not, see
* .
*/
+
package eu.omp.irap.vespa.epntapclient.votable.controller;
import java.util.ArrayList;
import java.util.Base64;
+import java.util.HashMap;
import java.util.List;
+import java.util.Map;
import java.util.Vector;
import com.google.gson.Gson;
@@ -89,20 +92,84 @@ public class VOTableDataParser {
}
/**
- * @return the data stored in the VOTable.
+ * @return the data stored in the Table.
*/
public List