forked from loafle/openapi-generator-original
removed overridden methods
This commit is contained in:
parent
374c68d8da
commit
f85c06628b
@ -34,8 +34,6 @@ abstract class BasicGenerator extends CodegenConfig with PathUtil {
|
||||
def templateDir = "src/main/resources/scala"
|
||||
def destinationDir = "generated-code/src/main/scala"
|
||||
def fileSuffix = ".scala"
|
||||
def processApiMap(m: Map[String, AnyRef]): Map[String, AnyRef] = m
|
||||
def processModelMap(m: Map[String, AnyRef]): Map[String, AnyRef] = m
|
||||
|
||||
override def invokerPackage: Option[String] = Some("com.wordnik.client.common")
|
||||
override def modelPackage: Option[String] = Some("com.wordnik.client.model")
|
||||
|
Loading…
x
Reference in New Issue
Block a user