abh1sar commented on code in PR #10300: URL: https://github.com/apache/cloudstack/pull/10300#discussion_r1940586126
########## framework/config/src/main/java/org/apache/cloudstack/framework/config/impl/ConfigurationVO.java: ########## @@ -183,10 +185,15 @@ public void setDescription(String description) { } @Override - public String getScope() { + public int getScope() { Review Comment: It is not a problem as long as scope is not null which can't happen as the column is declared as not null. -- 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-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org