summaryrefslogtreecommitdiffstats
path: root/java/src/jni/exceptionImp.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-06 14:15:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-06 14:15:08 (GMT)
commitca7d4f85a5054fc406e62ccb009169e139f0105c (patch)
tree719110c38ca5d62a2a688a6598b2a734e17a63cd /java/src/jni/exceptionImp.h
parent762c14fde587f2ff4f9b9cdaa6b2232a481edde4 (diff)
downloadhdf5-ca7d4f85a5054fc406e62ccb009169e139f0105c.zip
hdf5-ca7d4f85a5054fc406e62ccb009169e139f0105c.tar.gz
hdf5-ca7d4f85a5054fc406e62ccb009169e139f0105c.tar.bz2
HDFFV-10544 exception variable as local class
Diffstat (limited to 'java/src/jni/exceptionImp.h')
-rw-r--r--java/src/jni/exceptionImp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/jni/exceptionImp.h b/java/src/jni/exceptionImp.h
index 423e537..5873202 100644
--- a/java/src/jni/exceptionImp.h
+++ b/java/src/jni/exceptionImp.h
@@ -55,20 +55,20 @@ Java_hdf_hdf5lib_exceptions_HDF5LibraryException_printStackTrace0
/*
* Class: hdf_hdf5lib_exceptions_HDFLibraryException
- * Method: getMajorErrorNumber
+ * Method: _getMajorErrorNumber
* Signature: ()J
*/
JNIEXPORT jlong JNICALL
-Java_hdf_hdf5lib_exceptions_HDF5LibraryException_getMajorErrorNumber
+Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMajorErrorNumber
(JNIEnv *env, jobject obj);
/*
* Class: hdf_hdf5lib_exceptions_HDFLibraryException
- * Method: getMinorErrorNumber
+ * Method: _getMinorErrorNumber
* Signature: ()J
*/
JNIEXPORT jlong JNICALL
-Java_hdf_hdf5lib_exceptions_HDF5LibraryException_getMinorErrorNumber
+Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMinorErrorNumber
(JNIEnv *env, jobject obj);
#ifdef __cplusplus