Skip to content

Commit 8533ca4

Browse files
author
christian
committed
#3285 replaced setModelNamePrefix by setModelNameSuffix
1 parent 0ada534 commit 8533ca4

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-codegen-maven-plugin/src/main/java/io/swagger/codegen/plugin

1 file changed

+1
-1
lines changed

modules/swagger-codegen-maven-plugin/src/main/java/io/swagger/codegen/plugin/CodeGenMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public void execute() throws MojoExecutionException {
230230
}
231231

232232
if(isNotEmpty(modelNameSuffix)) {
233-
configurator.setModelNamePrefix(modelNameSuffix);
233+
configurator.setModelNameSuffix(modelNameSuffix);
234234
}
235235

236236
if (null != templateDirectory) {

0 commit comments

Comments
 (0)