Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Mar 1, 2024
1 parent c8632dd commit 5ae8083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ucar/unidata/data/radar/CDMRadarAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1818,13 +1818,13 @@ public DataImpl getData(DataChoice dataChoice, DataSelection subset,
try {
fi = getVolume(moment, rn);
} catch (IOException ex) {
LogUtil.logException("getGridVolume", ex);
LogUtil.logException("getVolume", ex);
}
} else {
try {
fi = getGridVolume(moment, rn);
} catch (IOException ex) {
LogUtil.logException("getVolume", ex);
LogUtil.logException("getGridVolume", ex);
}
}
} else {
Expand Down

0 comments on commit 5ae8083

Please sign in to comment.