summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-10-06 23:40:45 (GMT)
committerGitHub <noreply@github.com>2022-10-06 23:40:45 (GMT)
commit0ca9e2bfadd0657a536523c4ecbdae3a1e862eed (patch)
tree8292de643a2bafba6a73653d7fef86b5b52ff2f8 /java/src/hdf
parent84ecd826876f9d1e3fdac5dcd8fc681466a1b1ea (diff)
downloadhdf5-0ca9e2bfadd0657a536523c4ecbdae3a1e862eed.zip
hdf5-0ca9e2bfadd0657a536523c4ecbdae3a1e862eed.tar.gz
hdf5-0ca9e2bfadd0657a536523c4ecbdae3a1e862eed.tar.bz2
1.10 Fix some Java warnings (#2147)
* Fix some Java warnings * fix formatting
Diffstat (limited to 'java/src/hdf')
-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 67b9259..a7f74a4 100644
--- a/java/src/hdf/hdf5lib/HDF5Constants.java
+++ b/java/src/hdf/hdf5lib/HDF5Constants.java
@@ -17,7 +17,7 @@ package hdf.hdf5lib;
* @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>