mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 12:47:07 +00:00
removed old refs
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
import com.wordnik.swagger.codegen.BasicJavaGenerator
|
||||
|
||||
import com.wordnik.swagger.core._
|
||||
|
||||
object JavaPetstoreCodegen extends BasicJavaGenerator {
|
||||
def main(args: Array[String]) = generateClient(args)
|
||||
|
||||
@@ -42,4 +40,4 @@ object JavaPetstoreCodegen extends BasicJavaGenerator {
|
||||
("apiInvoker.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replaceAll("\\.", java.io.File.separator) + java.io.File.separator, "ApiInvoker.java"),
|
||||
("apiException.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replaceAll("\\.", java.io.File.separator) + java.io.File.separator, "ApiException.java"),
|
||||
("pom.mustache", "samples/client/petstore/java", "pom.xml"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user