Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7279 48e7efb5...
[simgrid.git] / examples / java / ping_pong / Sender.java
index eca3688..17f2dfd 100644 (file)
@@ -14,7 +14,7 @@ public class Sender extends simgrid.msg.Process {
     private 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!");