ResourceSpecEditor.st
changeset 2296 4e2202b073bc
parent 2265 0ab69cf04a73
child 2374 d64bb87013d1
--- a/ResourceSpecEditor.st	Wed Mar 28 13:29:56 2007 +0200
+++ b/ResourceSpecEditor.st	Fri Mar 30 23:40:13 2007 +0200
@@ -178,9 +178,8 @@
 !
 
 specClass
-    "returns the class where the resource spec is implemented"
+    "return the class where the resource spec is implemented"
 
-self halt.
     ^ specClass
 !
 
@@ -193,9 +192,8 @@
 !
 
 specClassName
-    "returns the classes name where the resource spec is implemented"
+    "return the classes name where the resource spec is implemented"
 
-self halt.
     ^ specClass name
 !
 
@@ -764,5 +762,5 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.40 2006-10-18 11:11:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.41 2007-03-30 21:40:13 stefan Exp $'
 ! !