summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/HDF5Constants.java
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-10-06 23:40:27 (GMT)
committerGitHub <noreply@github.com>2022-10-06 23:40:27 (GMT)
commit04d11bfb2bf430226af75c302f69e2d284ba395b (patch)
tree5843f4d8bb0540129212090e43e371e233a16215 /java/src/hdf/hdf5lib/HDF5Constants.java
parent1a20a9f342227a7b822f45abe893af86f3fe2d19 (diff)
downloadhdf5-04d11bfb2bf430226af75c302f69e2d284ba395b.zip
hdf5-04d11bfb2bf430226af75c302f69e2d284ba395b.tar.gz
hdf5-04d11bfb2bf430226af75c302f69e2d284ba395b.tar.bz2
1.12 Fix some Java warnings (#2146)
* Fix some Java warnings * Fix accidental change
Diffstat (limited to 'java/src/hdf/hdf5lib/HDF5Constants.java')
-rw-r--r--java/src/hdf/hdf5lib/HDF5Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java
index 67b9449..e397397 100644
--- a/java/src/hdf/hdf5lib/HDF5Constants.java
+++ b/java/src/hdf/hdf5lib/HDF5Constants.java
@@ -19,7 +19,7 @@ import hdf.hdf5lib.structs.H5O_token_t;
* @page HDF5CONST Constants and Enumerated Types
* This class contains C constants and enumerated types of HDF5 library. The
* values of these constants are obtained from the library by calling
- * the JNI function jconstant, where jconstant is any of the private constants
+ * the JNI function jconstant, where jconstant is used for any of the private constants
* which start their name with "H5" need to be converted.
* <P>
* <B>Do not edit this file!</b>