Skip to content
Snippets Groups Projects
Commit 6beb5a94 authored by Grégory Mantelet's avatar Grégory Mantelet
Browse files

[TAP] Fix typo for the automatic ADQL query fix.

parent 6470ccd2
No related branches found
No related tags found
No related merge requests found
...@@ -417,7 +417,7 @@ public class VOTableFormat implements OutputFormat { ...@@ -417,7 +417,7 @@ public class VOTableFormat implements OutputFormat {
// Append the fixed ADQL query, if any: [OPTIONAL] // Append the fixed ADQL query, if any: [OPTIONAL]
String fixedQuery = execReport.fixedQuery; String fixedQuery = execReport.fixedQuery;
if (adqlQuery != null){ if (fixedQuery != null){
out.write("<INFO name=\"QUERY_AFTER_AUTO_FIX\"" + VOSerializer.formatAttribute("value", fixedQuery) + "/>"); out.write("<INFO name=\"QUERY_AFTER_AUTO_FIX\"" + VOSerializer.formatAttribute("value", fixedQuery) + "/>");
out.newLine(); out.newLine();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment