You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Peter Ivanov (JIRA)" <ji...@apache.org> on 2018/02/05 11:26:00 UTC

[jira] [Created] (IGNITE-7625) Fix links for Javadoc

Peter Ivanov created IGNITE-7625:
------------------------------------

             Summary: Fix links for Javadoc
                 Key: IGNITE-7625
                 URL: https://issues.apache.org/jira/browse/IGNITE-7625
             Project: Ignite
          Issue Type: Task
            Reporter: Peter Ivanov
            Assignee: Peter Ivanov


# {{/parent/pom.xml}}
Remove obsolete linking to http://docs.oracle.com/javase/7/docs/api/ -- linking to corresponding JavaSe 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)