Author: vyemialyanchyk
Date: 2009-03-06 14:59:04 -0500 (Fri, 06 Mar 2009)
New Revision: 14089
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/collect/CollectEntityInfo.java
Log:
JBIDE-3967 - prev change fix this issue
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/collect/CollectEntityInfo.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/collect/CollectEntityInfo.java 2009-03-06
19:47:25 UTC (rev 14088)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/collect/CollectEntityInfo.java 2009-03-06
19:59:04 UTC (rev 14089)
@@ -281,7 +281,7 @@
String res = null;
if (node.getBody() == null) {
return res;
- }
+ }
List bodyStatemants = node.getBody().statements();
Iterator it = bodyStatemants.iterator();
for ( ; it.hasNext(); ) {