|
From: <pe...@us...> - 2004-01-13 15:11:39
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/store
In directory sc8-pr-cvs1:/tmp/cvs-serv29148/src/java/org/neuclear/store
Modified Files:
Store.java
Log Message:
Now builds.
Now need to do unit tests
Index: Store.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/store/Store.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Store.java 19 Dec 2003 18:03:35 -0000 1.17
--- Store.java 13 Jan 2004 15:11:35 -0000 1.18
***************
*** 2,5 ****
--- 2,9 ----
* $Id$
* $Log$
+ * Revision 1.18 2004/01/13 15:11:35 pelle
+ * Now builds.
+ * Now need to do unit tests
+ *
* Revision 1.17 2003/12/19 18:03:35 pelle
* Revamped a lot of exception handling throughout the framework, it has been simplified in most places:
***************
*** 211,215 ****
* This handles the Identity checking on the object.
*/
! public final org.neuclear.xml.ElementProxy receive(final SignedNamedObject obj) throws NeuClearException {
rawStore(obj);
return null;
--- 215,219 ----
* This handles the Identity checking on the object.
*/
! public final SignedNamedObject receive(final SignedNamedObject obj) throws NeuClearException {
rawStore(obj);
return null;
|