mcconnell 2003/02/04 22:59:16 Modified: src/java/org/apache/log/output MemoryTarget.java Log: Checkstyle corrections and javadoc additions. Revision Changes Path 1.9 +6 -0 jakarta-avalon-logkit/src/java/org/apache/log/output/MemoryTarget.java Index: MemoryTarget.java =================================================================== RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/output/MemoryTarget.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- MemoryTarget.java 5 Feb 2003 06:47:06 -0000 1.8 +++ MemoryTarget.java 5 Feb 2003 06:59:16 -0000 1.9 @@ -91,6 +91,12 @@ ///Flag indicating whether it is possible to overite elements in array private boolean m_overwrite; + /** + * Creation of a new instance of the memory target. + * @param target the target to push LogEvents to + * @param size the event buffer size + * @param threshold the priority at which to push LogEvents to next LogTarget + */ public MemoryTarget( final LogTarget target, final int size, final Priority threshold )
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]