diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-10-06 23:40:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 23:40:45 (GMT) |
commit | 0ca9e2bfadd0657a536523c4ecbdae3a1e862eed (patch) | |
tree | 8292de643a2bafba6a73653d7fef86b5b52ff2f8 /java/src/hdf/hdf5lib/HDF5Constants.java | |
parent | 84ecd826876f9d1e3fdac5dcd8fc681466a1b1ea (diff) | |
download | hdf5-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/hdf5lib/HDF5Constants.java')
-rw-r--r-- | java/src/hdf/hdf5lib/HDF5Constants.java | 2 |
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> |