Author: hardy.ferentschik
Date: 2008-06-19 06:42:20 -0400 (Thu, 19 Jun 2008)
New Revision: 14784
Modified:
annotations/trunk/src/test/org/hibernate/test/annotations/id/IdClassTest.java
Log:
- Added @SupressWarnings
Modified: annotations/trunk/src/test/org/hibernate/test/annotations/id/IdClassTest.java
===================================================================
---
annotations/trunk/src/test/org/hibernate/test/annotations/id/IdClassTest.java 2008-06-19
09:54:03 UTC (rev 14783)
+++
annotations/trunk/src/test/org/hibernate/test/annotations/id/IdClassTest.java 2008-06-19
10:42:20 UTC (rev 14784)
@@ -10,8 +10,9 @@
/**
* @author Emmanuel Bernard
*/
+@SuppressWarnings("unchecked")
public class IdClassTest extends TestCase {
-
+
public void testIdClassInSuperclass() throws Exception {
Tower tower = new Tower();
tower.latitude = 10.3;
Show replies by date