Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't catch an exception that is never thrown
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 2 Sep 2018 00:09:27 +0000 (02:09 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 2 Sep 2018 00:11:53 +0000 (02:11 +0200)
commit0c87bdf6f8519e321f3a18661cf624cc635e2040
treec958210209aa57c5aa380edc6766a1639b9ec83d
parentb2fe69328dc3b66ce74894b58f5446514e48d53c
don't catch an exception that is never thrown

xbt_os_thread_create() asserts that it succeeds, it does not throw
anything. So put the documentation in the doc instead of displaying it
when that non-existent exception is received.
doc/doxygen/java.doc
src/bindings/java/JavaContext.cpp