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 bed8263 commit c6a15d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ucar/unidata/data/grid/GridCoverageAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public class GridCoverageAdapter {
*
* @param dataSource source of this GeoGrid
* @param geoGrid the GeoGrid in question
* @param params subset parameter
*
* @throws VisADException unable to create one of the VisAD objects
*/
Expand All @@ -159,6 +160,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid,
*
* @param dataSource source of this GeoGrid
* @param geoGrid the GeoGrid in question
* @param params the subset parameter
* @param paramName name of the parameter
*
* @throws VisADException unable to create one of the VisAD objects
Expand All @@ -177,7 +179,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid,
* @param dataSource source of this GeoGrid
* @param geoGrid the GeoGrid in question
* @param ncFile file that the GeoGrid data is coming from
*
* @param params the subset parameter
* @throws VisADException unable to create one of the VisAD objects
*/
public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid, SubsetParams params,
Expand All @@ -193,6 +195,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid,
* @param dataSource source of this GeoGrid
* @param geoGrid the GeoGrid in question
* @param paramName name of the parameter
* @param params the subset parameter
* @param ncFile file that the GeoGrid data is coming from
*
* @throws VisADException unable to create one of the VisAD objects
Expand All @@ -211,6 +214,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid,
*
* @param dataSource source of this GeoGrid
* @param geoGrid the GeoGrid in question
* @param params the subset parameter
* @param paramName name of the parameter
* @param ncFile file that the GeoGrid data is coming from
* @param extraCacheKey Extra key to use when caching
Expand Down

0 comments on commit c6a15d2

Please sign in to comment.