ppapou commented on a change in pull request #842:
URL: https://github.com/apache/incubator-dlab/pull/842#discussion_r465780574
##########
File path:
services/self-service/src/main/java/com/epam/dlab/backendapi/service/ComputationalService.java
##########
@@ -65,7 +65,7 @@ boolean createDataEngineService(UserInfo userInfo, String
resourceName, Computat
void startSparkCluster(UserInfo userInfo, String exploratoryName, String
computationalName, String project, String auditInfo);
void updateSparkClusterConfig(UserInfo userInfo, String project, String
exploratoryName, String computationalName,
- List<ClusterConfig> config);
+ List<ClusterConfig> config, String
auditMessage);
Review comment:
Variables names are renamed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]