diff --git a/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java index af7cbd90..0929f136 100644 --- a/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java +++ b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java @@ -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;