Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix last commit of Medhi so that the Java bindings still commit
[simgrid.git] / examples / java / basic / Slave.java
index 4249fdb..90784ff 100644 (file)
@@ -8,7 +8,7 @@
 import simgrid.msg.*;
 
 public class Slave extends simgrid.msg.Process {
-   public void main(String[] args) throws NativeException {
+   public void main(String[] args) throws MsgException {
       if (args.length < 1) {
         Msg.info("Slave needs 1 argument (its number)");
         System.exit(1);