Makes REST API doc for config endpoints more precise

This commit is contained in:
Johannes Schnatterer
2018-08-02 11:52:30 +02:00
parent eee325e185
commit 31540a7ecc
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class GitConfigResource {
/** /**
* Modifies the git config. * Modifies the git config.
* *
* @param configDto new git configuration as DTO * @param configDto new configuration object
*/ */
@PUT @PUT
@Path("") @Path("")

View File

@@ -67,7 +67,7 @@ public class HgConfigResource {
/** /**
* Modifies the hg config. * Modifies the hg config.
* *
* @param configDto new git configuration as DTO * @param configDto new configuration object
*/ */
@PUT @PUT
@Path("") @Path("")

View File

@@ -58,7 +58,7 @@ public class ConfigResource {
/** /**
* Modifies the global scm config. * Modifies the global scm config.
* *
* @param configDto new global scm configuration as DTO * @param configDto new configuration object
*/ */
@PUT @PUT
@Path("") @Path("")