diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-02-26 19:54:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-02-26 19:54:34 (GMT) |
commit | 13f5b3aee20d1d65f56dc08f088e0f218da5cf37 (patch) | |
tree | 640a17d88714ec872636592e31010c6d4ec49010 /java/src/hdf/overview.html | |
parent | f53220dc201ba9ace215d517d857998e1e205fc7 (diff) | |
download | hdf5-13f5b3aee20d1d65f56dc08f088e0f218da5cf37.zip hdf5-13f5b3aee20d1d65f56dc08f088e0f218da5cf37.tar.gz hdf5-13f5b3aee20d1d65f56dc08f088e0f218da5cf37.tar.bz2 |
Update examples and fix old version references.
Diffstat (limited to 'java/src/hdf/overview.html')
-rw-r--r-- | java/src/hdf/overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/overview.html b/java/src/hdf/overview.html index e3a032b..f6a34fc 100644 --- a/java/src/hdf/overview.html +++ b/java/src/hdf/overview.html @@ -7,7 +7,7 @@ The <b>Java HD5 Interface (JHI5)</b> is a Java package (<a href="../../hdf-java-html/javadocs/hdf/hdf5lib/package-summary.html">hdf.hdf5lib</a>) that ``wraps around'' the HDF5 library. <p>There are a large number of functions in the HDF5 -library (version 1.10). Some of the functions are not supported in JHI5. Most +library (version 1.13). Some of the functions are not supported in JHI5. Most of the unsupported functions have C function pointers, which is not currently implemented in JHI5.</p> |