Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce some overly verbose comments
[simgrid.git] / src / bindings / java / org / simgrid / msg / File.java
index 456e47426884aae0e86be611f2c0922cb1ebc836..633f1ffb9f1fb0baf11afc731f7b63f2b55fe054 100644 (file)
@@ -41,9 +41,7 @@ public class File {
         * @param nMemb is the number of elements of data to write 
         */
        public native long write(long size, long nMemb);
-       /**
-        * Close the file.      
-        */
+       /** Close the file. */
        public native void close();
 
        /** Class initializer, to initialize various JNI stuff */