Commit a513bf04 authored by Robert Butora's avatar Robert Butora
Browse files

respformat: renames getOutputData -> queryObsCore

parent 6669a90f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");