forked from loafle/openapi-generator-original
fix java docstring
This commit is contained in:
parent
2c5be10589
commit
f619ed3527
@ -2342,7 +2342,7 @@ public class DefaultCodegen {
|
|||||||
/**
|
/**
|
||||||
* Set library template (sub-template).
|
* Set library template (sub-template).
|
||||||
*
|
*
|
||||||
* @param string library name
|
* @param library Library template
|
||||||
*/
|
*/
|
||||||
public void setLibrary(String library) {
|
public void setLibrary(String library) {
|
||||||
if (library != null && !supportedLibraries.containsKey(library))
|
if (library != null && !supportedLibraries.containsKey(library))
|
||||||
@ -2362,7 +2362,7 @@ public class DefaultCodegen {
|
|||||||
/**
|
/**
|
||||||
* Set Git user ID.
|
* Set Git user ID.
|
||||||
*
|
*
|
||||||
* @param string Git user ID
|
* @param gitUserId Git user ID
|
||||||
*/
|
*/
|
||||||
public void setGitUserId(String gitUserId) {
|
public void setGitUserId(String gitUserId) {
|
||||||
this.gitUserId = gitUserId;
|
this.gitUserId = gitUserId;
|
||||||
@ -2380,7 +2380,7 @@ public class DefaultCodegen {
|
|||||||
/**
|
/**
|
||||||
* Set Git repo ID.
|
* Set Git repo ID.
|
||||||
*
|
*
|
||||||
* @param string Git repo ID
|
* @param gitRepoId Git repo ID
|
||||||
*/
|
*/
|
||||||
public void setGitRepoId(String gitRepoId) {
|
public void setGitRepoId(String gitRepoId) {
|
||||||
this.gitRepoId = gitRepoId;
|
this.gitRepoId = gitRepoId;
|
||||||
@ -2398,7 +2398,7 @@ public class DefaultCodegen {
|
|||||||
/**
|
/**
|
||||||
* Set release note.
|
* Set release note.
|
||||||
*
|
*
|
||||||
* @param string Release note
|
* @param releaseNote Release note
|
||||||
*/
|
*/
|
||||||
public void setReleaseNote(String releaseNote) {
|
public void setReleaseNote(String releaseNote) {
|
||||||
this.releaseNote = releaseNote;
|
this.releaseNote = releaseNote;
|
||||||
@ -2416,7 +2416,7 @@ public class DefaultCodegen {
|
|||||||
/**
|
/**
|
||||||
* Set release version.
|
* Set release version.
|
||||||
*
|
*
|
||||||
* @param string Release version
|
* @param releaseVersion Release version
|
||||||
*/
|
*/
|
||||||
public void setReleaseVersion(String releaseVersion) {
|
public void setReleaseVersion(String releaseVersion) {
|
||||||
this.releaseVersion = releaseVersion;
|
this.releaseVersion = releaseVersion;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user