You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/07/30 14:55:43 UTC

[incubator-dlab] branch develop updated: Annotated the "AccessKeyService" interface with the FunctionalInterface annotation

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

ofuks 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 c370d06  Annotated the "AccessKeyService" interface with the FunctionalInterface annotation
c370d06 is described below

commit c370d065e66d5e1cf769ead97a055286ab1e8252
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu Jul 30 17:54:36 2020 +0300

    Annotated the "AccessKeyService" interface with the FunctionalInterface annotation
---
 .../main/java/com/epam/dlab/backendapi/service/AccessKeyService.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/AccessKeyService.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/AccessKeyService.java
index c037285..2c84226 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/AccessKeyService.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/AccessKeyService.java
@@ -22,7 +22,7 @@ package com.epam.dlab.backendapi.service;
 import com.epam.dlab.auth.UserInfo;
 import com.epam.dlab.backendapi.resources.dto.KeysDTO;
 
+@FunctionalInterface
 public interface AccessKeyService {
-
 	KeysDTO generateKeys(UserInfo userInfo);
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org