You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/07 12:14:35 UTC

[GitHub] [cloudstack] JoaoJandre commented on pull request #6048: Refactor account type

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org