ResourceRetriever.st
changeset 1447 879dc0a647c2
parent 1401 0fda9891ba4a
child 1641 393504c99259
--- a/ResourceRetriever.st	Fri Dec 15 21:27:07 2000 +0100
+++ b/ResourceRetriever.st	Sat Dec 16 18:53:55 2000 +0100
@@ -167,7 +167,8 @@
 className
     "return the value of the instance variable 'className' (automatically generated)"
 
-    ^ className!
+    ^ className
+!
 
 className:something
     "set the class which provides the resources
@@ -187,7 +188,8 @@
 selector
     "return the value of the instance variable 'selector' (automatically generated)"
 
-    ^ selector!
+    ^ selector
+!
 
 selector:something
     "set the value of the instance variable 'selector' (automatically generated)"
@@ -317,5 +319,5 @@
 !ResourceRetriever class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceRetriever.st,v 1.4 2000-09-01 10:17:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceRetriever.st,v 1.5 2000-12-16 17:53:51 ps Exp $'
 ! !