Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reflection bug that broke tests during coverage. (langchain4j#519)
Coverage analysis injects tracking fields, which can show up in `getDeclaredFields()`; this removes the field `__$hits$__` when present.
- Loading branch information