From 63590813ee3394a80200a670396ace4bfc8b734c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 8 Jun 2019 08:36:54 +0200 Subject: [PATCH] Remove a useless FIXME We will not improve the existing Java bindings to enforce separation between submodules of these bindings. We may redo them completely using an automated generator, but not fiddle with the manual version. --- src/bindings/java/jmsg_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/java/jmsg_process.h b/src/bindings/java/jmsg_process.h index 075c5ffa92..620754fa55 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -22,7 +22,7 @@ SG_BEGIN_DECL(); #endif /* end of eclipse-mandated pimple */ -// Cached java fields accessed by the rest of the code (FIXME: they should not) +// Cached java fields accessed by the rest of the code extern jfieldID jprocess_field_Process_pid; extern jfieldID jprocess_field_Process_ppid; -- 2.20.1