mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-08 01:21:42 +01:00
8180176: Broken javadoc links in java.logging and java.naming
Replace relative hrefs with {@extLink } taglets.
Reviewed-by: chegar, mchung, vtewari
This commit is contained in:
@@ -115,8 +115,7 @@ for all arguments except for the initial Level argument (if any).
|
||||
<P>
|
||||
For an overview of control flow,
|
||||
please refer to the
|
||||
<a href="../../../../technotes/guides/logging/overview.html">
|
||||
Java Logging Overview</a>.
|
||||
{@extLink logging_overview Java Logging Overview}
|
||||
</P>
|
||||
|
||||
<!-- Put @see and @since tags down here. -->
|
||||
|
||||
@@ -82,7 +82,7 @@ that support more sophisticated <em>search filters</em>.
|
||||
<h2>Package Specification</h2>
|
||||
|
||||
The JNDI API Specification and related documents can be found in the
|
||||
<a href="../../../../technotes/guides/jndi/index.html">JNDI documentation</a>.
|
||||
{@extLink jndi_overview JNDI documentation}.
|
||||
|
||||
@since 1.3
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ and the listener is automatically deregistered.
|
||||
|
||||
|
||||
The JNDI API Specification and related documents can be found in the
|
||||
<a href="../../../../technotes/guides/jndi/index.html">JNDI documentation</a>.
|
||||
{@extLink jndi_overview JNDI documentation}.
|
||||
|
||||
@since 1.3
|
||||
|
||||
|
||||
@@ -258,7 +258,7 @@ public class VendorXControlFactory extends ControlFactory {
|
||||
<h2>Package Specification</h2>
|
||||
|
||||
The JNDI API Specification and related documents can be found in the
|
||||
<a href="../../../../technotes/guides/jndi/index.html">JNDI documentation</a>.
|
||||
{@extLink jndi_overview JNDI documentation}.
|
||||
|
||||
@since 1.3
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ Otherwise, programs should catch <code>NamingException</code>.
|
||||
<h2>Package Specification</h2>
|
||||
|
||||
The JNDI API Specification and related documents can be found in the
|
||||
<a href="../../../technotes/guides/jndi/index.html">JNDI documentation</a>.
|
||||
{@extLink jndi_overview JNDI documentation}.
|
||||
|
||||
@since 1.3
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ different providers to cooperate to complete JNDI operations.
|
||||
<h2>Package Specification</h2>
|
||||
|
||||
The JNDI SPI Specification and related documents can be found in the
|
||||
<a href="../../../../technotes/guides/jndi/index.html">JNDI documentation</a>.
|
||||
{@extLink jndi_overview JNDI documentation}.
|
||||
|
||||
@since 1.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user