forked from loafle/openapi-generator-original
* Fix copy-pasted string * Generate the PathHandlerProvider.java in the apiPackage This is a toss-up between apiPackage and invokerPackage since I don't know which one was intended, I'm assuming it's the apiPackage. It'd make sense to put the handler there since it is providing the API and handling calls to it...