This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch audit
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/audit by this push:
     new 01dc553  fixed typo
01dc553 is described below

commit 01dc55386217d8e2c9ea2e70f0028c44aba5b2a7
Author: Oleh Fuks <olegfuk...@gmail.com>
AuthorDate: Mon Jun 22 17:21:16 2020 +0300

    fixed typo
---
 .../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 1586c0b..79d0279 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
@@ -20,7 +20,7 @@
 package com.epam.dlab.rest.contracts;
 
 public interface ComputationalAPI {
-       String AUDIT_MESSAGE = "Notebook name: %s";
+       String AUDIT_MESSAGE = "Notebook name %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

Reply via email to