Feature - Implemented Spring cleaning: PageRegistry update

fredg1

Member
Transitions from class.newInstance() to class.getDeclaredConstructor().newInstance() (the former was deprecated because it had issues with error propagation), and adds Generics to PageRegistry.java
 

Attachments

  • PageRegistry.java.patch
    1.1 KB · Views: 0
Top