Open codesplode opened 5 years ago
In an effort to cleanup the deprecation warnings, we replaced calls to Class.newInstance() with Class.getConstructor().newInstance()
In an effort to cleanup the deprecation warnings, we replaced calls to Class.newInstance() with Class.getConstructor().newInstance()