Skip to content

Commit

Permalink
just removed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpcn committed Feb 27, 2014
1 parent a500a76 commit 55f5eae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions splat/src/main/uk/ac/starlink/splat/vo/GetDataTable.java
Expand Up @@ -32,10 +32,9 @@ public class GetDataTable {
//private static Logger logger = Logger.getLogger( "uk.ac.starlink.splat.vo.GetDataParameters" );


public GetDataTable( TableElement votable/*, String service*/) {
public GetDataTable( TableElement votable ) {


// ArrayList<ParamElement> paramList; // list of parameters

paramList = new ArrayList<ParamElement>();

VOElement[] voels = votable.getChildrenByName( "PARAM" );
Expand Down

0 comments on commit 55f5eae

Please sign in to comment.