Removed unused cachedFieldValue (along with changes for 3.2 GA)

This commit is contained in:
Juergen Hoeller
2012-12-13 00:05:05 +01:00
parent ab21bd4266
commit c207882fdc

View File

@@ -513,10 +513,6 @@ public class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBean
protected boolean shareable = true;
private volatile boolean cached = false;
private volatile Object cachedFieldValue;
public ResourceElement(Member member, PropertyDescriptor pd) {
super(member, pd);
}
@@ -729,4 +725,4 @@ public class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBean
}
}
}
}