Skip to content

Commit

Permalink
ObsCore support for SPLAT
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpcn committed Jul 28, 2014
1 parent ee51b53 commit 941122f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions splat/src/main/uk/ac/starlink/splat/vo/ObscoreQuery.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package uk.ac.starlink.splat.vo;

import java.io.IOException;
import java.net.URL;
import java.util.Map;

import uk.ac.starlink.table.StarTable;
import uk.ac.starlink.vo.TapQuery;

public class ObscoreQuery extends TapQuery
{

public ObscoreQuery(URL arg0, String arg1, Map<String, String> arg2,
Map<String, StarTable> arg3, long arg4) throws IOException {
super(arg0, arg1, arg2, arg3, arg4);
}

}

0 comments on commit 941122f

Please sign in to comment.