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

dyankiv pushed a commit to branch DATALAB-3025
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-3025 by this push:
     new 576999fb1 small fix
576999fb1 is described below

commit 576999fb110d90f863a4d92bee94c4e9d23d9389
Author: Denys Yankiv <[email protected]>
AuthorDate: Fri Sep 23 16:45:10 2022 +0300

    small fix
---
 .../com/epam/datalab/backendapi/service/ImageExploratoryService.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/ImageExploratoryService.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/ImageExploratoryService.java
index 901a72baf..b61f37e05 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/ImageExploratoryService.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/ImageExploratoryService.java
@@ -48,8 +48,6 @@ public interface ImageExploratoryService {
 
     void updateImageSharing(UserInfo user, ImageShareDTO imageShareDTO);
 
-    //void shareImage(UserInfo user, String imageName, String projectName, 
String endpoint, Set<SharedWithDTO> sharedWithDTOS, String info);
-
     List<ImageInfoRecord> getSharedImages(UserInfo user);
 
     List<ImageInfoRecord> getSharedImages(UserInfo userInfo, String 
dockerImage, String project, String endpoint);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to