refactoring

pull/1283/head
Nikita 7 years ago
parent 8606051205
commit d543ec26e9

@ -56,7 +56,7 @@ public class FieldAccessorInterceptor {
}
}
}
throw new NoSuchMethodException(method.getName() + " called with wrong signature");
throw new NoSuchMethodException(method.getName() + " has wrong signature");
}
}

Loading…
Cancel
Save