Changes made:
- GenerateAntoraPlaybook.java -> Removed unnecessary toString() call
- ManagedDependencies.java -> Used isEmpty() for better readability
- ConfigurationPropertiesReportEndpoint.java -> Resolved raw use of parameterized class
Comment From: philwebb
Thanks! I'm not sure we need HashMap<String, Object> change but the rest look good.
Comment From: philwebb
Thanks @PiyalAhmed. I've removed the HashMap generics and merged the rest.
Comment From: PiyalAhmed
Thanks @PiyalAhmed. I've removed the
HashMapgenerics and merged the rest.
Great, you're welcome!