JavaNioSupport.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2678 c865275e48a7
--- a/JavaNioSupport.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/JavaNioSupport.st	Mon Feb 25 12:15:35 2013 +0100
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !JavaNioSupport class methodsFor:'sun.nio.ch.FileDispatcher'!
 
 _sun_nio_ch_FileDispatcher_init
@@ -75,6 +76,7 @@
     "Created: / 06-07-2012 / 22:35:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaNioSupport class methodsFor:'sun.nio.ch.NativeThread'!
 
 _sun_nio_ch_NativeThread_current
@@ -125,10 +127,11 @@
     "Created: / 06-07-2012 / 22:37:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaNioSupport class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaNioSupport.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaNioSupport.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
 !
 
 version_HG