Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tidy the exceptions that can be raised by our Java code
[simgrid.git] / src / bindings / java / org / simgrid / msg / Msg.java
index b53f5b5..0cc18d0 100644 (file)
@@ -1,7 +1,6 @@
 /* JNI interface to C code for MSG. */
 
-/* Copyright (c) 2006-2014. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2006-2017. 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. */
@@ -61,7 +60,7 @@ public final class Msg {
         * @param args
         * @throws MsgException
         */
-       public static void main(String[]args) throws MsgException {
+       public static void main(String[]args) {
                /* initialize the MSG simulation. Must be done before anything else (even logging). */
                Msg.init(args);