X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..73e97710413bba3ee2ae8baab0537fbd78811016:/examples/deprecated/java/energy/consumption/Main.java diff --git a/examples/deprecated/java/energy/consumption/Main.java b/examples/deprecated/java/energy/consumption/Main.java index dc6447a2a3..c321c47183 100644 --- a/examples/deprecated/java/energy/consumption/Main.java +++ b/examples/deprecated/java/energy/consumption/Main.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2020. The SimGrid Team. +/* Copyright (c) 2012-2021. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -14,9 +14,9 @@ public class Main { throw new IllegalAccessError("Utility class"); } - public static void main(String[] args) throws MsgException { - Msg.energyInit(); - Msg.init(args); + public static void main(String[] args) throws MsgException { + Msg.energyInit(); + Msg.init(args); if (args.length < 1) { Msg.info("Usage : Energy platform_file");