You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/04/15 21:53:00 UTC

[jira] [Updated] (IGNITE-14560) Fix javadoc in CLI and Rest modules.

     [ https://issues.apache.org/jira/browse/IGNITE-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Mashenkov updated IGNITE-14560:
--------------------------------------
    Description: 
After IGNITE-13751 had been merged, Javadoc suite failed on TC due to lack of javadocs.
 Let's fix "warnings" that is related to CLI and REST modules.

Startpoint is to run javadoc goal for the apache-ignite project:
{code:java}
mvn javadoc:javadoc
{code}

  was:
After IGNITE-13751 had been merged, Javadoc suite failed on TC due to lack of javadocs.
Let's fix "warnings" that is related to CLI modules.

Startpoint is to run javadoc goal for the apache-ignite project:
{code:java}
mvn javadoc:javadoc
{code}


> Fix javadoc in CLI and Rest modules.
> ------------------------------------
>
>                 Key: IGNITE-14560
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14560
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey Mashenkov
>            Assignee: Kirill Gusakov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha2
>
>
> After IGNITE-13751 had been merged, Javadoc suite failed on TC due to lack of javadocs.
>  Let's fix "warnings" that is related to CLI and REST modules.
> Startpoint is to run javadoc goal for the apache-ignite project:
> {code:java}
> mvn javadoc:javadoc
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)