Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Integrate the patch javadoc-openjdk17 from Debian
[simgrid.git] / src / bindings / java / org / simgrid / msg / ProcessKilledError.java
index 97735ce..fcf2780 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -7,7 +7,7 @@ package org.simgrid.msg;
 
 /** Used internally to interrupt the user code when the process gets killed.
  *
- * @beginrst
+ * \beginrst
  * You can catch it for cleanups or to debug, but DO NOT BLOCK IT, or your simulation will segfault!
  *
  * .. code-block:: java
@@ -19,7 +19,7 @@ package org.simgrid.msg;
  *      throw e;
  *    }
  *
- * @endrst
+ * \endrst
  */
 
 public class ProcessKilledError extends Error {