summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-09-22 13:46:19 (GMT)
committerGitHub <noreply@github.com>2023-09-22 13:46:19 (GMT)
commite64c946e14d752f22a29723b1819301b782fe205 (patch)
tree099cd937e52ee904803910132f3ba4c5201f71a6 /java
parentd920a45413fc55079d0c829b35bfb9794ae8fe55 (diff)
downloadhdf5-e64c946e14d752f22a29723b1819301b782fe205.zip
hdf5-e64c946e14d752f22a29723b1819301b782fe205.tar.gz
hdf5-e64c946e14d752f22a29723b1819301b782fe205.tar.bz2
Correct comments about H5Z_FILTER_NONE (#3572)
Diffstat (limited to 'java')
-rw-r--r--java/src/hdf/hdf5lib/H5.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index ea51512..7702990 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -8607,7 +8607,7 @@ public class H5 implements java.io.Serializable {
* @ingroup JH5P
*
* H5Premove_filter deletes a filter from the dataset creation property list;
- * deletes all filters if filter is H5Z_FILTER_NONE
+ * deletes all filters if filter is H5Z_FILTER_ALL
*
* @param obj_id
* IN: Property list identifier.