Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / bindings / java / org / simgrid / msg / TransferFailureException.java
index 9ba2df9..1bc952a 100644 (file)
@@ -1,16 +1,11 @@
-/* This exception is raised when looking for a non-existing host. */
-
-/* Copyright (c) 2006-2014. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2006-2014. 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 exception is raised if transfer failed while sending tasks.
- */
+/** Exception raised if sending a task fails */
 public class TransferFailureException extends MsgException {
        private static final long serialVersionUID = 1L;