Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
replace use of deprecated newInstance() (#151)
Replaced the use of the deprecated newInstance() method with its replacement getDeclaredConstructor().newInstance()
- Loading branch information