Index: /trunk/DataStore/lib/DataStore/Root.pm
===================================================================
--- /trunk/DataStore/lib/DataStore/Root.pm	(revision 8143)
+++ /trunk/DataStore/lib/DataStore/Root.pm	(revision 8144)
@@ -3,5 +3,5 @@
 # Copyright (C) 2006  Joshua Hoblitt
 #
-# $Id: Root.pm,v 1.2 2006-08-04 04:54:41 smalle Exp $
+# $Id: Root.pm,v 1.3 2006-08-04 22:18:04 smalle Exp $
 
 package DataStore::Root;
@@ -66,10 +66,9 @@
 Basic constructor.
 
-    my $dsp = DataStore::Product->new(
+    my $dsp = DataStore::Root->new(
         uri             => 'http://example.com/productid/',
-        last_fileset    => 'foobar',
     );
 
-Accepts a mandatory hash and returns a L<DataStore::Product> object.
+Accepts a mandatory hash and returns a L<DataStore::Root> object.
 
 =over 4
@@ -78,10 +77,4 @@
 
 A valid I<HTTP> URI as a string.  I<A trailing slash is required.>
-
-=item * last_fileset
-
-The last FileSet ID that was requested as a string.
-
-This key is optional.
 
 =back
