Skip to content
Snippets Groups Projects
Commit 3852a614 authored by gmantele's avatar gmantele Committed by GitHub
Browse files

Merge pull request #25 from olebole/remove-tap-ref

Remove import of tap.data.DataReadException in adql.
parents 7ca76c66 c1c69eb4
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,6 @@ import adql.query.operand.function.geometry.IntersectsFunction;
import adql.query.operand.function.geometry.PointFunction;
import adql.query.operand.function.geometry.PolygonFunction;
import adql.query.operand.function.geometry.RegionFunction;
import tap.data.DataReadException;
/**
* <p>Implementation of {@link ADQLTranslator} which translates ADQL queries in SQL queries.</p>
......@@ -886,7 +885,7 @@ public abstract class JDBCTranslator implements ADQLTranslator {
* {@link #convertTypeFromDB(int, String, String, String[])}. So the value should always
* be of the expected type and format. However, if it turns out that the type is wrong
* and that the conversion is finally impossible, this function SHOULD throw a
* {@link DataReadException}.
* {@link tap.data.DataReadException}.
* </i></p>
*
* @param jdbcColValue A JDBC column value (returned by ResultSet.getObject(int)).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment