SmalltalkAppletStub.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/SmalltalkAppletStub.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/SmalltalkAppletStub.st	Fri Sep 06 02:45:44 2013 +0200
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !SmalltalkAppletStub methodsFor:'accessing'!
 
 appletContext
@@ -120,7 +119,6 @@
     "Created: 1.8.1997 / 15:56:20 / cg"
 ! !
 
-
 !SmalltalkAppletStub methodsFor:'applet actions'!
 
 appletResize:newWidth _:newHeight
@@ -129,7 +127,6 @@
     "Created: 13.8.1997 / 00:18:41 / cg"
 ! !
 
-
 !SmalltalkAppletStub methodsFor:'java accessing'!
 
 doesNotUnderstand:aMessage
@@ -189,15 +186,14 @@
     "Modified: 14.8.1997 / 01:28:56 / cg"
 ! !
 
-
 !SmalltalkAppletStub class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.13 2013-02-25 11:15:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.14 2013-09-06 00:41:29 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.13 2013-02-25 11:15:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletStub.st,v 1.14 2013-09-06 00:41:29 vrany Exp $'
 !
 
 version_HG