summaryrefslogtreecommitdiffstats
path: root/tests/com/iciql/test/models/ProductAnnotationOnly.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/com/iciql/test/models/ProductAnnotationOnly.java')
-rw-r--r--tests/com/iciql/test/models/ProductAnnotationOnly.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/com/iciql/test/models/ProductAnnotationOnly.java b/tests/com/iciql/test/models/ProductAnnotationOnly.java
index 6b8d420..caf07c7 100644
--- a/tests/com/iciql/test/models/ProductAnnotationOnly.java
+++ b/tests/com/iciql/test/models/ProductAnnotationOnly.java
@@ -31,8 +31,7 @@ import com.iciql.Iciql.IndexType;
*/
@IQTable(name = "AnnotatedProduct", primaryKey = "id")
-@IQIndexes({ @IQIndex({ "name", "cat" }),
- @IQIndex(name = "nameidx", type = IndexType.HASH, value = "name") })
+@IQIndexes({ @IQIndex({ "name", "cat" }), @IQIndex(name = "nameidx", type = IndexType.HASH, value = "name") })
public class ProductAnnotationOnly {
@IQColumn(autoIncrement = true)