Author: stliu
Date: 2009-11-25 01:06:17 -0500 (Wed, 25 Nov 2009)
New Revision: 18055
Modified:
core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/filter/DynamicFilterTest.java
Log:
JBPAPP-3098 HHH-4065 - remove annotations, due to this will be compiled to 1.4 compatible
Modified:
core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/filter/DynamicFilterTest.java
===================================================================
---
core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/filter/DynamicFilterTest.java 2009-11-25
00:05:08 UTC (rev 18054)
+++
core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/filter/DynamicFilterTest.java 2009-11-25
06:06:17 UTC (rev 18055)
@@ -37,7 +37,6 @@
*
* @author Steve
*/
-@SuppressWarnings({ "WhileLoopReplaceableByForEach", "unchecked" })
public class DynamicFilterTest extends FunctionalTestCase {
public DynamicFilterTest(String testName) {
Show replies by date