Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#29498 Fix type casting issue in
getFields
method.
Updated the `getFields` method to handle instances where `PARAMETER_FIELDS` might be of type `ArrayList`. This prevents potential `ClassCastException` at runtime by checking the type before casting.
- Loading branch information