Remember the test.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2171 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
zell
2007-08-13 23:02:40 +00:00
parent 87d1cb6a6e
commit 510955aa81
@@ -34,7 +34,7 @@ import com.samskivert.util.StringUtil;
/**
* A test persistent object.
*/
@Entity(indices={ @Index(name="createdIndex", columns={"created"}) })
@Entity(indices={ @Index(name="createdIndex", fields={"created"}) })
public class TestRecord extends PersistentRecord
{
public static final int SCHEMA_VERSION = 1;