SmalltalkAppletContext.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
--- a/SmalltalkAppletContext.st	Thu Sep 05 22:08:59 2013 +0100
+++ b/SmalltalkAppletContext.st	Fri Sep 06 00:16:38 2013 +0100
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !SmalltalkAppletContext methodsFor:'accessing'!
 
 getImage: url 
@@ -88,7 +87,6 @@
     "Modified: 8.8.1997 / 12:07:43 / cg"
 ! !
 
-
 !SmalltalkAppletContext methodsFor:'java accessing'!
 
 doesNotUnderstand:aMessage
@@ -107,7 +105,6 @@
     "Modified: / 12.1.1998 / 23:53:31 / cg"
 ! !
 
-
 !SmalltalkAppletContext class methodsFor:'documentation'!
 
 version
@@ -115,7 +112,7 @@
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/SmalltalkAppletContext.st,v 1.13 2013-02-25 11:15:32 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG