[
https://issues.apache.org/jira/browse/IGNITE-7625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352289#comment-16352289
]
ASF GitHub Bot commented on IGNITE-7625:
----------------------------------------
GitHub user vveider opened a pull request:
https://github.com/apache/ignite/pull/3473
IGNITE-7625 Fix links for Javadoc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7625
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3473.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3473
----
commit cd873da46dc425f30d9e206c1a36e9f2cbb21002
Author: Ivanov Petr <pivanov@...>
Date: 2018-02-05T11:38:46Z
IGNITE-7625 Fix links for Javadoc
----
> Fix links for Javadoc
> ---------------------
>
> Key: IGNITE-7625
> URL: https://issues.apache.org/jira/browse/IGNITE-7625
> Project: Ignite
> Issue Type: Task
> Affects Versions: 2.4
> Reporter: Peter Ivanov
> Assignee: Peter Ivanov
> Priority: Major
> Fix For: 2.5
>
>
> # {{/parent/pom.xml}}
> Remove obsolete linking to http://docs.oracle.com/javase/7/docs/api/ --
> linking to corresponding Java SE documentation is automatic due to
> {{detectJavaApiLink}} flag of {{maven-javadoc-plugin}} set in {{true}} by
> default.
> # {{/modules/yarn/src/main/java/org/apache/ignite/yarn/IgniteProvider.java}}
> Fix direct link to {{Logger.java}} Javadoc documentation.
> {code}
> * Please take a look at <a target=_new
> href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html">Logger
> javadoc</a>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)