Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another superfluous 'throws'.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Jan 2020 12:30:00 +0000 (13:30 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Jan 2020 12:30:00 +0000 (13:30 +0100)
examples/deprecated/java/energy/vm/Main.java

index 2137aa3..b868e54 100644 (file)
@@ -14,7 +14,7 @@ class Main {
     throw new IllegalAccessError("Utility class");
   }
 
-  public static void main(String[] args) throws HostNotFoundException {
+  public static void main(String[] args) {
     Msg.energyInit();
     Msg.init(args);