Skip to content
Snippets Groups Projects
Commit a513bf04 authored by Robert Butora's avatar Robert Butora
Browse files

respformat: renames getOutputData -> queryObsCore

parent 6669a90f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ public class FormatResponseFilter implements Filter
//if (responseWrapper.getContentType().contains("text/plain"))
{
Dataset[] datasetArr = getOutputData(
Dataset[] datasetArr = queryObsCore(
responseWrapper.getPubdidArr(),
coord,// VLKB: calc ovelrap-code in Spectrum
settings.serviceUrls.cutoutUrl());
......@@ -191,7 +191,7 @@ public class FormatResponseFilter implements Filter
private Dataset[] getOutputData(String[] pubdidArr, Coord coord, String fitsRemotePath)
private Dataset[] queryObsCore(String[] pubdidArr, Coord coord, String fitsRemotePath)
{
LOGGER.info("trace");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment