HHH-4614 Instrumented model with abstract MappedSuperclass and field access doesn't work (fix javassist integration issue, not yet cglib)

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18246 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2009-12-16 18:31:57 +00:00
parent b50f0660ee
commit b62c0afcad
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ public class FieldTransformer {
}
CodeAttribute codeAttr = minfo.getCodeAttribute();
if (codeAttr == null) {
return;
continue;
}
CodeIterator iter = codeAttr.iterator();
while (iter.hasNext()) {