ProceedableError.st
branchjv
changeset 17814 b75a7f0c346b
parent 17761 b0e5971141bc
child 17834 04ff72c5039a
--- a/ProceedableError.st	Tue Nov 30 15:53:23 2010 +0000
+++ b/ProceedableError.st	Mon Dec 20 07:13:27 2010 +0000
@@ -50,31 +50,36 @@
 !ProceedableError class methodsFor:'initialization'!
 
 initialize
-
     NotifierString := 'proceedable error'.
 
     "
      self initialize
     "
 
-
+    "Modified: / 17-11-2010 / 17:53:04 / cg"
 ! !
 
 !ProceedableError class methodsFor:'queries'!
 
 mayProceed
+    ^ true
 
-    ^ true
+    "Modified: / 17-11-2010 / 17:53:37 / cg"
 ! !
 
 !ProceedableError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ProceedableError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ProceedableError.st 10602 2010-12-20 07:13:27Z vranyj1 $'
 !
 
 version_SVN
-    ^ '$Id: ProceedableError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+    ^ '$Id: ProceedableError.st 10602 2010-12-20 07:13:27Z vranyj1 $'
+!
+
+version_CVS
+    ^ 'Header: /cvs/stx/stx/libbasic/ProceedableError.st,v 1.6 2010/11/17 16:53:49 cg Exp '
 ! !
 
 ProceedableError initialize!
+