Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in comment
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Tue, 12 Jun 2012 09:02:00 +0000 (11:02 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Tue, 12 Jun 2012 09:02:00 +0000 (11:02 +0200)
org/simgrid/msg/HostFailureException.java
org/simgrid/msg/ProcessKilledError.java

index 083aa4a..fb9bcf3 100644 (file)
@@ -12,7 +12,7 @@
 package org.simgrid.msg;
 
 /**
- * This exception is raised when The host on which you are running has just been rebooted.
+ * This exception is raised when the host on which you are running has just been rebooted.
  */
 public class HostFailureException extends MsgException {
        private static final long serialVersionUID = 1L;
index 6cd1c4a..56dcb87 100644 (file)
@@ -1,7 +1,9 @@
 package org.simgrid.msg;
 
-/** This exception class is only used to interrupt the java user code 
- * when the process gets killed by an external event */
+/** This error class is only used to interrupt the java user code 
+ * when the process gets killed by an external event.
+ * Don't catch it.
+ */
 
 public class ProcessKilledError extends Error {
        private static final long serialVersionUID = 1L;