|
From: <tri...@us...> - 2007-12-12 12:20:23
|
Revision: 196
http://equanda.svn.sourceforge.net/equanda/?rev=196&view=rev
Author: triathlon98
Date: 2007-12-12 04:20:16 -0800 (Wed, 12 Dec 2007)
Log Message:
-----------
fix compilation problem
Modified Paths:
--------------
trunk/equanda-client/src/test/java/org/equanda/persistence/om/EquandaListTest.java
Modified: trunk/equanda-client/src/test/java/org/equanda/persistence/om/EquandaListTest.java
===================================================================
--- trunk/equanda-client/src/test/java/org/equanda/persistence/om/EquandaListTest.java 2007-12-12 10:08:22 UTC (rev 195)
+++ trunk/equanda-client/src/test/java/org/equanda/persistence/om/EquandaListTest.java 2007-12-12 12:20:16 UTC (rev 196)
@@ -249,6 +249,10 @@
public boolean isModified( boolean type ) { return false; }
+ public void equandaReset()
+ throws EquandaPersistenceException
+ {/*nothing to do, just assure this can be compiled*/}
+
public String getDistinct()
{
return distinct;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|