X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2505da34e3d93fa429d9f047e56257378901ee4..f661a764adf72561e5d3acc7641b30ab155030e0:/examples/java/io/storage/Main.java diff --git a/examples/java/io/storage/Main.java b/examples/java/io/storage/Main.java index 6755fa4b7f..306eee8442 100644 --- a/examples/java/io/storage/Main.java +++ b/examples/java/io/storage/Main.java @@ -1,5 +1,4 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-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. */ @@ -7,14 +6,13 @@ package io.storage; import org.simgrid.msg.Msg; import org.simgrid.msg.Host; -import org.simgrid.msg.MsgException; public class Main { private Main() { throw new IllegalAccessError("Utility class"); } - public static void main(String[] args) throws MsgException { + public static void main(String[] args) { Msg.init(args); if(args.length < 1) { Msg.info("Usage : Storage platform_file ");