You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/10/08 18:57:13 UTC

svn commit: r1395654 - in /logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j: Logger.java spi/AbstractLogger.java

Author: ggregory
Date: Mon Oct  8 16:57:13 2012
New Revision: 1395654

URL: http://svn.apache.org/viewvc?rev=1395654&view=rev
Log:
Fix Javadoc typos: "{@link Throwable}<code>t</code>" -> "{@link Throwable} <code>t</code>"

Modified:
    logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Logger.java
    logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java

Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Logger.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Logger.java?rev=1395654&r1=1395653&r2=1395654&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Logger.java (original)
+++ logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Logger.java Mon Oct  8 16:57:13 2012
@@ -105,7 +105,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>TRACE</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    * <p/>
    * <p>
    * See {@link #debug(String)} form for more detailed information.
@@ -118,7 +118,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>TRACE</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    * <p/>
    * <p>
    * See {@link #debug(String)} form for more detailed information.
@@ -147,7 +147,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>TRACE</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    * <p/>
    * <p>
    * See {@link #debug(String)} form for more detailed information.
@@ -160,7 +160,7 @@ public interface Logger {
 
    /**
    * Logs a message at the <code>TRACE</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    * <p/>
    * <p>
    * See {@link #debug(String)} form for more detailed information.
@@ -254,7 +254,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>DEBUG</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message to log.
    * @param t       the exception to log, including its stack trace.
@@ -263,7 +263,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>DEBUG</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement
    * @param message the message to log.
@@ -288,7 +288,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>DEBUG</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message to log.
    * @param t       the exception to log, including its stack trace.
@@ -297,7 +297,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>DEBUG</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement
    * @param message the message to log.
@@ -387,7 +387,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>INFO</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -396,7 +396,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>INFO</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement
    * @param message the message object to log.
@@ -421,7 +421,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>INFO</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -430,7 +430,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>INFO</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement
    * @param message the message object to log.
@@ -530,7 +530,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>WARN</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -539,7 +539,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>WARN</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement
    * @param message the message object to log.
@@ -564,7 +564,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>WARN</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -573,7 +573,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>WARN</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement
    * @param message the message object to log.
@@ -672,7 +672,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>ERROR</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -681,7 +681,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>ERROR</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement.
    * @param message the message object to log.
@@ -706,7 +706,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>ERROR</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -715,7 +715,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>ERROR</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker the marker data specific to this log statement.
    * @param message the message object to log.
@@ -815,7 +815,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>FATAL</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -825,7 +825,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>FATAL</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker The marker data specific to this log statement.
    * @param message the message object to log.
@@ -850,7 +850,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>FATAL</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param message the message object to log.
    * @param t       the exception to log, including its stack trace.
@@ -859,7 +859,7 @@ public interface Logger {
 
   /**
    * Logs a message at the <code>FATAL</code> level including the
-   * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+   * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
    *
    * @param marker The marker data specific to this log statement.
    * @param message the message object to log.

Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java?rev=1395654&r1=1395653&r2=1395654&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java (original)
+++ logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java Mon Oct  8 16:57:13 2012
@@ -180,7 +180,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>TRACE</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      * <p/>
      * <p>
      * See {@link #debug(String)} form for more detailed information.
@@ -198,7 +198,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>TRACE</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      * <p/>
      * <p>
      * See {@link #debug(String)} form for more detailed information.
@@ -239,7 +239,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>TRACE</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      * <p/>
      * <p>
      * See {@link #debug(String)} form for more detailed information.
@@ -256,7 +256,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>TRACE</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      * <p/>
      * <p>
      * See {@link #debug(String)} form for more detailed information.
@@ -393,7 +393,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>DEBUG</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message to log.
      * @param t       the exception to log, including its stack trace.
@@ -406,7 +406,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>DEBUG</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message to log.
@@ -442,7 +442,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>DEBUG</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message to log.
      * @param t       the exception to log, including its stack trace.
@@ -455,7 +455,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>DEBUG</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message to log.
@@ -588,7 +588,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>INFO</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -601,7 +601,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>INFO</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -638,7 +638,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>INFO</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -652,7 +652,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>INFO</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -784,7 +784,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>WARN</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -797,7 +797,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>WARN</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -834,7 +834,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>WARN</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -847,7 +847,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>WARN</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -980,7 +980,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>ERROR</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -993,7 +993,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>ERROR</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -1030,7 +1030,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>ERROR</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -1043,7 +1043,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>ERROR</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -1178,7 +1178,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>FATAL</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -1191,7 +1191,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>FATAL</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.
@@ -1228,7 +1228,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>FATAL</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param message the message object to log.
      * @param t       the exception to log, including its stack trace.
@@ -1241,7 +1241,7 @@ public abstract class AbstractLogger imp
 
     /**
      * Logs a message at the <code>FATAL</code> level including the
-     * stack trace of the {@link Throwable}<code>t</code> passed as parameter.
+     * stack trace of the {@link Throwable} <code>t</code> passed as parameter.
      *
      * @param marker the marker data specific to this log statement.
      * @param message the message object to log.