summaryrefslogtreecommitdiff
path: root/platform/java/mupdf_native.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-08-30 09:58:48 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-09-08 18:53:00 +0800
commit4eb7cd5b36da74ce2bcb3c05459dee39d56a1c0b (patch)
tree4f7aee141f0bfad8976f201097f86aa1f1181c77 /platform/java/mupdf_native.h
parent9c1db67e6cc05c06bcdd4571b8344e1923ea123f (diff)
downloadmupdf-4eb7cd5b36da74ce2bcb3c05459dee39d56a1c0b.tar.xz
JNI: Make exceptions unchecked.
Previously all exceptions thrown by the library would be converted into checked exceptions, but there was no sensible response to expect from a client.
Diffstat (limited to 'platform/java/mupdf_native.h')
-rw-r--r--platform/java/mupdf_native.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/java/mupdf_native.h b/platform/java/mupdf_native.h
index c01e10a0..d43f1526 100644
--- a/platform/java/mupdf_native.h
+++ b/platform/java/mupdf_native.h
@@ -2737,6 +2737,8 @@ extern "C" {
#define com_artifex_mupdf_fitz_TryLaterException_serialVersionUID -3042686055658047285LL
#undef com_artifex_mupdf_fitz_TryLaterException_serialVersionUID
#define com_artifex_mupdf_fitz_TryLaterException_serialVersionUID -3387516993124229948LL
+#undef com_artifex_mupdf_fitz_TryLaterException_serialVersionUID
+#define com_artifex_mupdf_fitz_TryLaterException_serialVersionUID -7034897190745766939LL
#ifdef __cplusplus
}
#endif