]> AND Public Git Repository - simgrid.git/blobdiff - examples/java/io/Node.java
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix Node.java
[simgrid.git] / examples / java / io / Node.java
index a0e1f9547b934afe70ddca8a3e309e2f6d6d85fc..80c70fdfbe1a078d108f8faf702ea39ccce2dcfa 100644 (file)
@@ -54,6 +54,6 @@ public class Node extends Process {
                Msg.info("Having write " + write + " on " + filename);
 
                read = file.read(10000000,1);
-               Msg.info("Having read " + read + " on " + filename);            
+               Msg.info("Having read " + read + " on " + filename);    
        }
-}
\ No newline at end of file
+}