diff options
Diffstat (limited to 'tests/com/iciql/test/ForeignKeyTest.java')
-rw-r--r-- | tests/com/iciql/test/ForeignKeyTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/com/iciql/test/ForeignKeyTest.java b/tests/com/iciql/test/ForeignKeyTest.java index d789408..ed85cbc 100644 --- a/tests/com/iciql/test/ForeignKeyTest.java +++ b/tests/com/iciql/test/ForeignKeyTest.java @@ -28,6 +28,9 @@ import com.iciql.IciqlException; import com.iciql.test.models.CategoryAnnotationOnly;
import com.iciql.test.models.ProductAnnotationOnlyWithForeignKey;
+/**
+ * Tests of Foreign Keys.
+ */
public class ForeignKeyTest {
/**
|