Fixed typo in comment

This commit is contained in:
Luca Abbati 2019-04-11 15:49:10 +02:00
parent 3a6fedda14
commit e8435b165d
No known key found for this signature in database
GPG Key ID: C901DDA2FFE14529
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ public class FieldBackedProvider implements InstrumentationContextProvider {
public void visitEnd() { public void visitEnd() {
// Checking only for field existence is not enough as libraries like CGLIB only copy // Checking only for field existence is not enough as libraries like CGLIB only copy
// public/protected methods and not fields (neither public nor private ones) when // public/protected methods and not fields (neither public nor private ones) when
// the enhance a class. // they enhance a class.
// For this reason we check separately for the field and for the two accessors. // For this reason we check separately for the field and for the two accessors.
if (!foundField) { if (!foundField) {
cv.visitField( cv.visitField(