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:24:18 UTC

[incubator-dlab] branch develop updated: Annotated the "CmdCommand" 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 fd4ed06  Annotated the "CmdCommand" interface with the FunctionalInterface annotation
fd4ed06 is described below

commit fd4ed06cea27a1dbe2eadf9241383cf4275f5c47
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu Jul 30 17:24:05 2020 +0300

    Annotated the "CmdCommand" interface with the FunctionalInterface annotation
---
 .../src/main/java/com/epam/dlab/backendapi/core/commands/CmdCommand.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/CmdCommand.java b/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/CmdCommand.java
index d8fb126..0adfaa9 100644
--- a/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/CmdCommand.java
+++ b/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/CmdCommand.java
@@ -19,6 +19,7 @@
 
 package com.epam.dlab.backendapi.core.commands;
 
+@FunctionalInterface
 public interface CmdCommand {
     String toCMD();
 }
\ No newline at end of file


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