Fixed javadoc

This commit is contained in:
Luca Frosini 2024-11-18 17:44:18 +01:00
parent f99b75aec2
commit d228eff3b3
1 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@ public class Configuration extends Admin {
} }
/** /**
* This API allows to create the catalogue configuration for the * This API allows to create the Resource Manager configuration for the
* context of the request (i.e. the context where the token has been generated) * context of the request (i.e. the context where the token has been generated)
* using the json provided as request body.<br/> * using the json provided as request body.<br/>
*/ */
@ -100,7 +100,7 @@ public class Configuration extends Admin {
} }
/** /**
* This API allows to read the RM configuration for the * This API allows to read the Resource Manager configuration for the
* current context (i.e. the context where the token has been generated).<br/> * current context (i.e. the context where the token has been generated).<br/>
*/ */
@GET @GET
@ -145,7 +145,7 @@ public class Configuration extends Admin {
} }
/** /**
* This API allows to create/update the catalogue configuration for the * This API allows to create/update the Resource Manager configuration for the
* context of the request (i.e. the context where the token has been generated) * context of the request (i.e. the context where the token has been generated)
* using the json provided as request body.<br/> * using the json provided as request body.<br/>
*/ */
@ -227,7 +227,7 @@ public class Configuration extends Admin {
} }
/** /**
* It removes from the cache the configuration for the * It removes from the cache the Resource Manager configuration for the
* context of the request (i.e. the context where the token has been generated).<br/> * context of the request (i.e. the context where the token has been generated).<br/>
* *
* This API forces the service to read again from the Information System (IS) * This API forces the service to read again from the Information System (IS)
@ -271,7 +271,7 @@ public class Configuration extends Admin {
} }
} }
// Remove the configuration from cache and force reload // Remove the Resource Manager configuration from cache and force reload
public Response delete() throws WebServiceException { public Response delete() throws WebServiceException {
try { try {
@ -284,7 +284,7 @@ public class Configuration extends Admin {
} }
/** /**
* It removes remove the configuration from the IS for the * It removes remove the Resource Manager configuration from the IS for the
* context of the request (i.e. the context where the token has been generated).<br/> * context of the request (i.e. the context where the token has been generated).<br/>
* *
* Please note that this implies that * Please note that this implies that