X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e1c35b1b06811a56db7b80698ec8cea723cf25a..895710d49f77179d9893bc76b3e31b69fae638af:/src/bindings/java/org/simgrid/msg/MsgException.java?ds=sidebyside diff --git a/src/bindings/java/org/simgrid/msg/MsgException.java b/src/bindings/java/org/simgrid/msg/MsgException.java index e683264d9d..a4184b01e7 100644 --- a/src/bindings/java/org/simgrid/msg/MsgException.java +++ b/src/bindings/java/org/simgrid/msg/MsgException.java @@ -1,7 +1,6 @@ /* This exception is an abstract class grouping all MSG-related exceptions */ -/* Copyright (c) 2006-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2006-2018. 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. */ @@ -16,7 +15,7 @@ public abstract class MsgException extends Exception { public MsgException() { super(); } - /** Constructs an MsgException with a detail message. */ + /** Constructs an MsgException with a detail message. */ public MsgException(String msg) { super(msg); }