diff src/treecms/api/Node.java @ 4:f5ed85be5640

finished treecms.cassandra.v1 implementation (not tested yet)
author shoshi
date Thu, 24 Feb 2011 21:30:18 +0900
parents 4a5ee88f02cf
children 12604eb6b615
line wrap: on
line diff
--- a/src/treecms/api/Node.java	Fri Feb 18 02:14:10 2011 +0900
+++ b/src/treecms/api/Node.java	Thu Feb 24 21:30:18 2011 +0900
@@ -4,6 +4,5 @@
 {
 	public NodeID getID();
 	public NodeData getData();
-	public NodeData newData();
 	public Forest getForest();
 }
\ No newline at end of file