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 c6a15d2 commit 008a2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ucar/unidata/data/imagery/AddeImageDataSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public AddeImageDataSource() {}
* @param image ADDE Url
* @param properties The properties for this data source.
*
* @throws VisADException
* @throws VisADException for bad
*/
public AddeImageDataSource(DataSourceDescriptor descriptor, String image,
Hashtable properties)
Expand All @@ -147,7 +147,7 @@ public AddeImageDataSource(DataSourceDescriptor descriptor, String image,
* @param images Array of ADDE urls.
* @param properties The properties for this data source.
*
* @throws VisADException
* @throws VisADException for bad
*/

public AddeImageDataSource(DataSourceDescriptor descriptor,
Expand All @@ -163,7 +163,7 @@ public AddeImageDataSource(DataSourceDescriptor descriptor,
* @param images Array of ADDE urls.
* @param properties The properties for this data source.
*
* @throws VisADException
* @throws VisADException for bad
*/

public AddeImageDataSource(DataSourceDescriptor descriptor, List images,
Expand All @@ -180,7 +180,7 @@ public AddeImageDataSource(DataSourceDescriptor descriptor, List images,
* @param ids The dataset.
* @param properties The properties for this data source.
*
* @throws VisADException
* @throws VisADException for bad
*/
public AddeImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids, Hashtable properties)
Expand Down

0 comments on commit 008a2e3

Please sign in to comment.