Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AS access from MSG layer
[simgrid.git] / examples / java / io / Node.java
index a0e1f9547b934afe70ddca8a3e309e2f6d6d85fc..e0831dfff8e822b6c2fcbc47a2d36a3bac5b7b4c 100644 (file)
@@ -56,4 +56,4 @@ public class Node extends Process {
                read = file.read(10000000,1);
                Msg.info("Having read " + read + " on " + filename);            
        }
-}
\ No newline at end of file
+}