Swagger Codegen, generated Java builds

contributor, 2018

Swagger Codegen turns an API description into working client code. The Java clients it generates come with a build file that compiles as written.

Swagger Codegen reads a description of an API and writes the code to talk to it, and the build file it generated alongside its Java output carried stray commas that stopped the generated client from compiling. This removes them, so the default Java output of a widely used tool builds as produced.