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 / ping_pong / Receiver.java
index e432c90..9603a76 100644 (file)
@@ -15,7 +15,7 @@ public class Receiver extends simgrid.msg.Process {
    final double commSizeLat = 1;
    final double commSizeBw = 100000000;
     
-   public void main(String[] args) throws NativeException {
+   public void main(String[] args) throws MsgException {
         
       Msg.info("hello!");
       double communicationTime=0;