Fix typo in RMCode.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/resource-management/resource-manager@162026 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Manuele Simi 2018-01-10 03:11:59 +00:00
parent 8d4941ef21
commit 37b5f00beb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.gcube.resourcemanagement.manager.io.exceptions.ErrorCode;
*/
public enum RMCode implements ErrorCode {
INVALID_METHOD__REQUEST(0, "The request is invalid."),
INVALID_METHOD_REQUEST(0, "The request is invalid."),
MISSING_PARAMETER(1,"Required query parameter is missing."),
MISSING_HEADER(2, "Required header is missing."),
CONTEXT_ALREADY_EXISTS(3, "Context already exists at the same level of the hierarchy."),