From: Samuel Lepetit Date: Tue, 12 Jun 2012 09:02:00 +0000 (+0200) Subject: Bugfix in comment X-Git-Tag: v3_9_90~569^2~19^2~54^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ad81710abe769ac4eeeba995707cc0ba3e39402a Bugfix in comment --- diff --git a/org/simgrid/msg/HostFailureException.java b/org/simgrid/msg/HostFailureException.java index 083aa4a6d2..fb9bcf3b3b 100644 --- a/org/simgrid/msg/HostFailureException.java +++ b/org/simgrid/msg/HostFailureException.java @@ -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; diff --git a/org/simgrid/msg/ProcessKilledError.java b/org/simgrid/msg/ProcessKilledError.java index 6cd1c4a458..56dcb872d6 100644 --- a/org/simgrid/msg/ProcessKilledError.java +++ b/org/simgrid/msg/ProcessKilledError.java @@ -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;