GenericException.st
branchjv
changeset 17938 e2aad1d7c317
parent 17911 a99f15c5efa5
child 17955 f5ee690b1a27
--- a/GenericException.st	Fri Apr 13 00:04:07 2012 +0100
+++ b/GenericException.st	Fri Apr 13 14:18:13 2012 +0100
@@ -199,7 +199,6 @@
     "Modified: / 24.7.1999 / 13:21:25 / stefan"
 ! !
 
-
 !GenericException class methodsFor:'Compatibility-Dolphin'!
 
 signal:messageText
@@ -434,7 +433,7 @@
 handlerContextForException:anException in:aContext
     "return a handlerContext for anException in the
      contextChain starting with aContext. 
-     Returns nil ,if there is no handler."
+     Returns nil, if there is no handler."
 
     |theContext ex1 con1|
 
@@ -1097,7 +1096,6 @@
     "Modified: / 23.7.1999 / 14:50:11 / stefan"
 ! !
 
-
 !GenericException methodsFor:'Compatibility-ANSI'!
 
 pass
@@ -2304,18 +2302,15 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.131 2011/10/27 22:28:12 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.132 2012/04/03 18:34:13 stefan Exp $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.131 2011/10/27 22:28:12 stefan Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.132 2012/04/03 18:34:13 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: GenericException.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Id: GenericException.st 10804 2012-04-13 13:18:13Z vranyj1 $'
 ! !
 
 GenericException initialize!
-
-
-