This is an automated email from the ASF dual-hosted git repository. dgnatyshyn pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/develop by this push: new 5757ed2 [DLAB-1991]: Fixed reconfigure compute message in audit (#859) 5757ed2 is described below commit 5757ed2772006c3e5ba00bbbece57bf046a57b31 Author: Dmytro Gnatyshyn <42860905+dg1...@users.noreply.github.com> AuthorDate: Thu Aug 13 17:15:03 2020 +0300 [DLAB-1991]: Fixed reconfigure compute message in audit (#859) [DLAB-1991]: Fixed reconfigure compute message in audit --- .../src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java b/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java index 251298f..2c152a4 100644 --- a/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java +++ b/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java @@ -21,7 +21,7 @@ package com.epam.dlab.rest.contracts; public interface ComputationalAPI { String AUDIT_MESSAGE = "Notebook name %s"; - String AUDIT_COMPUTATIONAL_RECONFIGURE_MESSAGE = "Reconfigure compute <%s>, requested for notebook <%s>"; + String AUDIT_COMPUTATIONAL_RECONFIGURE_MESSAGE = "Reconfigure compute %s, requested for notebook %s"; String LIBRARY = "library/"; String COMPUTATIONAL = "computational"; String COMPUTATIONAL_CREATE = COMPUTATIONAL + "/create"; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org