URI.st
changeset 1270 01f4dc0293cd
parent 1268 48b43aebf125
child 1276 fd3f0d37513c
--- a/URI.st	Sat Jul 12 17:07:49 2003 +0200
+++ b/URI.st	Mon Jul 14 00:40:50 2003 +0200
@@ -210,9 +210,8 @@
 
 !URI methodsFor:'subclass responsibility'!
 
-pathExists
-
-    "returns true if path exists"
+exists
+    "return true if the resource represented by this uri exists"
 
     ^ self subclassResponsibility
 !
@@ -253,5 +252,5 @@
 !URI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.6 2003-07-11 12:47:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.7 2003-07-13 22:40:50 stefan Exp $'
 ! !