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

renames ObstapExt -> VoTableObstap

parent 8913fab4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
import uk.ac.starlink.table.*;// ColumnInfo needed
import uk.ac.starlink.votable.*;

class ObstapExt
class VoTableObstap
{
   static private ColumnInfo genPubDidColInfo()
   {
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ final class XmlSerializer
         String cutoutUrl,
         boolean showDuration, long startTime_msec) throws IOException
   {
      StarTable dstable = new RowListStarTable( ObstapExt.OBSTAP_VLKB_COLINFO );
      StarTable dstable = new RowListStarTable( VoTableObstap.OBSTAP_VLKB_COLINFO );

      dstable.setParameter(new DescribedValue(
               new DefaultValueInfo("datacubeCount", Integer.class, "Count of all datacubes from VLKB-search" ),