--- DumpCommandRoot.java	Tue Aug 11 19:47:33 2009
+++ LoadCommandRoot.java	Tue Aug 11 19:47:21 2009
@@ -8,9 +8,9 @@
 import org.agilewiki.elementmodel.elements.RootElement;
 import org.agilewiki.elementmodel.wholeness.roots.AbstractCommandRoot;
 
-public class DumpCommandRoot extends AbstractCommandRoot
+public class LoadCommandRoot extends AbstractCommandRoot
 {
-    public DumpCommandRoot(Element element){
+    public LoadCommandRoot(Element element){
             super(element);
     }
 
@@ -30,7 +30,7 @@
       return ch.response();
     }
     RootElement re = ch.targetElement.getRootElement();
-    re.dump();
+    re.load();
     return ch.response();
   }
 }
