Fix javadoc links to 1.2.x.

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621019 
13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8a4cb72b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8a4cb72b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8a4cb72b

Branch: refs/heads/messaging-module
Commit: 8a4cb72b37c297e8bc8783a1bec37b8ca047b4e3
Parents: 89300cc
Author: mattsicker <mattsicker@unknown>
Authored: Thu Aug 28 01:58:36 2014 +0000
Committer: mattsicker <mattsicker@unknown>
Committed: Thu Aug 28 01:58:36 2014 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/log4j/Layout.java         | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8a4cb72b/log4j-1.2-api/src/main/java/org/apache/log4j/Layout.java
----------------------------------------------------------------------
diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/Layout.java 
b/log4j-1.2-api/src/main/java/org/apache/log4j/Layout.java
index 46d15fa..a23e78e 100644
--- a/log4j-1.2-api/src/main/java/org/apache/log4j/Layout.java
+++ b/log4j-1.2-api/src/main/java/org/apache/log4j/Layout.java
@@ -69,10 +69,15 @@ public abstract class Layout {
      * object, then the layout should return {@code true}.
      * If ignoresThrowable is true, the appender is responsible for
      * rendering the throwable.
-     * <p/>
-     * <p>The {@link SimpleLayout}, {@link TTCCLayout}, {@link
-     * PatternLayout} all return {@code true}. The {@link
-     * org.apache.log4j.xml.XMLLayout} returns {@code false}.
+     * <p>
+     * The <a 
href="/log4j/1.2/apidocs/org/apache/log4j/SimpleLayout.html">SimpleLayout</a>,
+     * <a 
href="/log4j/1.2/apidocs/org/apache/log4j/TTCCLayout.html">TTCCLayout</a>,
+     * <a 
href="/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html">PatternLayout</a>
+     * all return {@code true}. The
+     * <a 
href="/log4j/1.2/apidocs/org/apache/log4j/xml/XMLLayout.html">XMLLayout</a>
+     * returns {@code false}.
+     * </p>
+     *
      * @return true if the Layout ignores Throwables.
      *
      * @since 0.8.4

Reply via email to