removed unnecessary createdummyVamsasDocument private method.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 24 Jan 2006 19:34:48 +0000 (19:34 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 24 Jan 2006 19:34:48 +0000 (19:34 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@175 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/simpleclient/SimpleClient.java

index 0f967f1..2f8103b 100644 (file)
@@ -89,17 +89,7 @@ public class SimpleClient implements IClient {
       throw new Exception("Failed to import data from "+importingArchive, e);
     }
   }
-  /**
-   * create new empty document with initial provenance entry
-   * @return
-   */
-  private VamsasDocument createDummyVamsasDocument() {
-    VamsasDocument doc = new VamsasDocument();
-    doc.setProvenance(ProvenanceStuff.newProvenance(user.getFullName()+" "+client.getClientName(), "new session document"));
-    doc.setVersion(VersionEntries.latestVersion());
-    return doc;
-  }
-  
+
   /*
    * (non-Javadoc)
    * TODO: LATER: check that build substitution variables are correct