This is an automated email from the ASF dual-hosted git repository. dyankiv pushed a commit to branch DATALAB-2995 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit c218ba5dfbea72d624ad987d592a4d6d3f6c8a7b Author: Denys Yankiv <[email protected]> AuthorDate: Thu Sep 8 15:44:27 2022 +0300 fix --- .../java/com/epam/datalab/backendapi/resources/dto/UserRoleDTO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/UserRoleDTO.java b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/UserRoleDTO.java index cdf652157..45bdca792 100644 --- a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/UserRoleDTO.java +++ b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/UserRoleDTO.java @@ -49,7 +49,7 @@ public class UserRoleDTO { private Set<String> computationalShapes; private Set<String> groups; - public enum Type { + private enum Type { NOTEBOOK, COMPUTATIONAL, IMAGE, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
