Author: rpopma
Date: Mon Apr 29 08:55:01 2013
New Revision: 1476924
URL: http://svn.apache.org/r1476924
Log:
checkstyle: removed trailing spaces
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java?rev=1476924&r1=1476923&r2=1476924&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
(original)
+++
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
Mon Apr 29 08:55:01 2013
@@ -109,7 +109,7 @@ public interface LogEvent extends Serial
* Asynchronous Loggers and Appenders use this flag to determine whether
* to take a {@code StackTrace} snapshot or not before handing off this
* event to another thread.
- * @return {@code true} if the source of the logging request is required
+ * @return {@code true} if the source of the logging request is required
* downstream, {@code false} otherwise.
* @see #getSource()
*/
@@ -121,17 +121,17 @@ public interface LogEvent extends Serial
* Asynchronous Loggers and Appenders use this flag to determine whether
* to take a {@code StackTrace} snapshot or not before handing off this
* event to another thread.
- * @param locationRequired {@code true} if the source of the logging
request
+ * @param locationRequired {@code true} if the source of the logging
request
* is required downstream, {@code false} otherwise.
* @see #getSource()
*/
void setIncludeLocation(boolean locationRequired);
/**
- * Returns {@code true} if this event is the last one in a batch,
+ * Returns {@code true} if this event is the last one in a batch,
* {@code false} otherwise. Used by asynchronous Loggers and Appenders to
* signal to buffered downstream components when to flush to disk, as a
- * more efficient alternative to the {@code immediateFlush=true}
+ * more efficient alternative to the {@code immediateFlush=true}
* configuration.
* @return whether this event is the last one in a batch.
*/
@@ -140,10 +140,10 @@ public interface LogEvent extends Serial
/**
* Sets whether this event is the last one in a batch.
- * Used by asynchronous Loggers and Appenders to signal to buffered
- * downstream components when to flush to disk, as a more efficient
+ * Used by asynchronous Loggers and Appenders to signal to buffered
+ * downstream components when to flush to disk, as a more efficient
* alternative to the {@code immediateFlush=true} configuration.
- * @param endOfBatch {@code true} if this event is the last one in a
batch,
+ * @param endOfBatch {@code true} if this event is the last one in a batch,
* {@code false} otherwise.
*/
void setEndOfBatch(boolean endOfBatch);