Skip to content

Commit

Permalink
java doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Nov 14, 2024
1 parent 66d9d98 commit 03e5ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ucar/unidata/data/point/CDOGTextPointDataSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ public class CDOGTextPointDataSource extends TextPointDataSource {

/**
* Create a new data source
* @throws VisADException
* @throws VisADException for bad
*/
public CDOGTextPointDataSource() throws VisADException {
}

/**
* Create a new data source
* @param source the source file
* @throws VisADException
* @throws VisADException for bad
*/
public CDOGTextPointDataSource(String source) throws VisADException {
super(source);
Expand Down

0 comments on commit 03e5ceb

Please sign in to comment.