SUnitNameResolver.st
changeset 222 8e6f482297fa
parent 116 1e076b09f7fe
child 614 3003097506c9
child 682 821a58279bcd
child 724 4dae63fce9f9
--- a/SUnitNameResolver.st	Wed Jun 29 20:38:32 2011 +0200
+++ b/SUnitNameResolver.st	Wed Jun 29 21:15:49 2011 +0200
@@ -10,7 +10,7 @@
 
 !SUnitNameResolver class methodsFor:'Camp Smalltalk'!
 
-classNamed: aSymbol 
+classNamed: aSymbol
     ^Smalltalk at: aSymbol ifAbsent: [nil]
 !
 
@@ -18,21 +18,28 @@
     ^Transcript
 !
 
-errorObject 
-        ^Exception
-"/        ^Error
+errorObject
+
+    ^Exception
+"/  ^Error
+
+    "Modified: / 11-09-2010 / 15:10:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-mnuExceptionObject 
-        ^MessageNotUnderstood
+mnuExceptionObject
+	^MessageNotUnderstood
 !
 
-notificationObject 
-        ^Notification
+notificationObject
+	^Notification
 ! !
 
 !SUnitNameResolver class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/SUnitNameResolver.st,v 1.6 2004-02-18 10:21:22 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/SUnitNameResolver.st,v 1.7 2011-06-29 19:15:49 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id: SUnitNameResolver.st 204 2010-09-11 15:21:51Z vranyj1 §'
 ! !