FileURI.st
changeset 1310 948ed141b0b7
parent 1309 c752d54f4e09
child 1374 85c524889e47
--- a/FileURI.st	Fri Aug 29 21:33:23 2003 +0200
+++ b/FileURI.st	Fri Aug 29 21:33:49 2003 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Resources'
+	category:'Net-Resources'
 !
 
 !FileURI class methodsFor:'documentation'!
@@ -341,5 +341,5 @@
 !FileURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FileURI.st,v 1.10 2003-08-29 19:32:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/FileURI.st,v 1.11 2003-08-29 19:33:48 cg Exp $'
 ! !