Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compare file prefix only.
[simgrid.git] / src / bindings / java / JavaContext.hpp
index d0d6a4e..6ebaad4 100644 (file)
@@ -35,7 +35,7 @@ public:
   xbt_os_sem_t begin = nullptr;
   // Semaphore used to schedule/unschedule the process:
   xbt_os_sem_t end = nullptr;
-public:
+
   friend class JavaContextFactory;
   JavaContext(std::function<void()> code,
           void_pfn_smxprocess_t cleanup_func,