Author: ggregory Date: Sat Nov 3 05:52:23 2012 New Revision: 1405281 URL: http://svn.apache.org/viewvc?rev=1405281&view=rev Log: Javadoc. Modified: logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/Layout.java Modified: logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/Layout.java URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/Layout.java?rev=1405281&r1=1405280&r2=1405281&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/Layout.java (original) +++ logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/Layout.java Sat Nov 3 05:52:23 2012 @@ -23,7 +23,7 @@ import java.io.Serializable; * Would introduce an EventEncoder, EventRenderer or something similar for the logging event to byte encoding. * (RG) A layout can be configured with a Charset and then Strings can be converted to byte arrays. OTOH, it isn't * possible to write byte arrays as character streams. - * @param The Object type that will be returned on the formatAs call. + * @param The Object type that will be returned on the {@link #toSerializable(LogEvent)} call. */ public interface Layout { /**