Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove a useless FIXME
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 8 Jun 2019 06:36:54 +0000 (08:36 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 8 Jun 2019 06:37:05 +0000 (08:37 +0200)
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

index 075c5ff..620754f 100644 (file)
@@ -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;