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

renames ObstapExt -> VoTableObstap

parent 8913fab4
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
import uk.ac.starlink.table.*;// ColumnInfo needed import uk.ac.starlink.table.*;// ColumnInfo needed
import uk.ac.starlink.votable.*; import uk.ac.starlink.votable.*;
class ObstapExt class VoTableObstap
{ {
static private ColumnInfo genPubDidColInfo() static private ColumnInfo genPubDidColInfo()
{ {
......
...@@ -26,7 +26,7 @@ final class XmlSerializer ...@@ -26,7 +26,7 @@ final class XmlSerializer
String cutoutUrl, String cutoutUrl,
boolean showDuration, long startTime_msec) throws IOException 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( dstable.setParameter(new DescribedValue(
new DefaultValueInfo("datacubeCount", Integer.class, "Count of all datacubes from VLKB-search" ), new DefaultValueInfo("datacubeCount", Integer.class, "Count of all datacubes from VLKB-search" ),
......
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