JoaoJandre commented on pull request #6048:
URL: https://github.com/apache/cloudstack/pull/6048#issuecomment-1060624262


   Sure @nvazquez, I just checked them and found the error, in the 
`findUserAccountByApiKey(String apiKey)` the `State.valueOf()`method was 
throwing an error because the state retrieved from the DB was in lowercase. I 
created a new method to be used instead of `valueOf()` since we cannot override 
it. It seems that the only place it was being used was in that method, so that 
was the only place I changed.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to