Skip to content

Commit d3ec32b

Browse files
committed
Fixed javadoc errors
1 parent ba1c323 commit d3ec32b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

common/src/main/java/uk/ac/rdg/resc/edal/dataset/HorizontallyDiscreteDataset.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,10 +1450,6 @@ protected abstract Number readUnderlyingPointData(String variableId,
14501450
* The ID of the variable to read
14511451
* @param domain
14521452
* The {@link MapDomain} on which to read data
1453-
* @param zPos
1454-
* The z-position to read at
1455-
* @param time
1456-
* The time to read at
14571453
* @param dataSource
14581454
* The {@link DS} to read data from
14591455
* @return An {@link Array2D} containing the data corresponding to the

common/src/main/java/uk/ac/rdg/resc/edal/dataset/plugins/ValueErrorPlugin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public class ValueErrorPlugin extends VariablePlugin {
5151
/**
5252
* Construct a new {@link ValueErrorPlugin}
5353
*
54-
* @param parentId
55-
* The ID of the parent group
5654
* @param valueComponentId
5755
* The ID of the variable representing the x-component
5856
* @param errorComponentId

0 commit comments

Comments
 (0)