X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/35ae873aa3a5bab42f9c14d8d032d87abc5ea82b..ff976abdc0f201064cd0fb608c39990ba2656561:/src/bindings/java/org/simgrid/msg/ProcessKilledError.java diff --git a/src/bindings/java/org/simgrid/msg/ProcessKilledError.java b/src/bindings/java/org/simgrid/msg/ProcessKilledError.java index 023e5cfa2d..91769db752 100644 --- a/src/bindings/java/org/simgrid/msg/ProcessKilledError.java +++ b/src/bindings/java/org/simgrid/msg/ProcessKilledError.java @@ -1,13 +1,11 @@ -/* Copyright (c) 2006-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2006-2016. 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. */ package org.simgrid.msg; -/** This error class is only used to interrupt the java user code - * when the process gets killed by an external event. +/** Used internally to interrupt the user code when the process gets killed. * Don't catch it. */