summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5zImp.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:52:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:52:40 (GMT)
commitf1633a5fe2fa339657716fc557cc93be61fe766f (patch)
treec39cb73d752e703f300e8705189ff737fd72d0bc /java/src/jni/h5zImp.h
parent54316ab54241f1956b5494d6130eb2aeb4a3ace0 (diff)
downloadhdf5-f1633a5fe2fa339657716fc557cc93be61fe766f.zip
hdf5-f1633a5fe2fa339657716fc557cc93be61fe766f.tar.gz
hdf5-f1633a5fe2fa339657716fc557cc93be61fe766f.tar.bz2
[svn-r29873] Java add missing APIs.
Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
Diffstat (limited to 'java/src/jni/h5zImp.h')
-rw-r--r--java/src/jni/h5zImp.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/java/src/jni/h5zImp.h b/java/src/jni/h5zImp.h
index de0d6e6..bbdc506 100644
--- a/java/src/jni/h5zImp.h
+++ b/java/src/jni/h5zImp.h
@@ -28,7 +28,8 @@ extern "C" {
* Method: H5Zunregister
* Signature: (I)I
*/
-JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Zunregister
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5Zunregister
(JNIEnv *, jclass, jint);
/*
@@ -36,7 +37,8 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Zunregister
* Method: H5Zfilter_avail
* Signature: (I)I
*/
-JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Zfilter_1avail
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5Zfilter_1avail
(JNIEnv *, jclass, jint);
/*
@@ -45,7 +47,8 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Zfilter_1avail
* Signature: (I)I
*/
-JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5Zget_1filter_1info
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5Zget_1filter_1info
(JNIEnv *, jclass, jint);
#ifdef __cplusplus