Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add option smpi/privatize-lib to add extra library to privatization.
[simgrid.git] / examples / java / energy / consumption / EnergyConsumer.java
index 4a88994..7d824c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2014. The SimGrid Team.
+/* Copyright (c) 2006-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -13,7 +13,7 @@ import org.simgrid.msg.MsgException;
 import org.simgrid.msg.HostNotFoundException;
 
 public class EnergyConsumer extends Process {
-  public EnergyConsumer(String hostname, String name) throws HostNotFoundException{
+  public EnergyConsumer(String hostname, String name) throws HostNotFoundException {
     super(hostname,name);
   }