spatial
spatial copied to clipboard
Minor version updates and code polishes
- Upgraded geotools, junit, maven-compiler-plugin and maven-surefire-plugin
- Deleted unused private methods
- Removed unnecessary
elseclauses that were followed by anifblock with areturn - Added missing Override annotations
- Added
staticmodifier to static methods when suggested by compiler - In
makeLayerInstance, replaced deprecatednewInstancemethod withgetDeclaredConstructor().newInstance()
@seabamirum Have you already signed the CLA?
Yes, I have signed the CLA. I think this branch is all properly synced up now..
@craigtaverner May you take a look at these changes?