From commits-return-1791-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Wed Dec 12 15:17:28 2012 Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 196E3D461 for ; Wed, 12 Dec 2012 15:17:28 +0000 (UTC) Received: (qmail 86997 invoked by uid 500); 12 Dec 2012 15:17:28 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 86974 invoked by uid 500); 12 Dec 2012 15:17:28 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 86967 invoked by uid 99); 12 Dec 2012 15:17:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 15:17:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 15:17:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E683523888E7; Wed, 12 Dec 2012 15:17:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1420751 - /logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessageFactory.java Date: Wed, 12 Dec 2012 15:17:06 -0000 To: commits@logging.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121212151706.E683523888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Wed Dec 12 15:17:05 2012 New Revision: 1420751 URL: http://svn.apache.org/viewvc?rev=1420751&view=rev Log: Javadoc. Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessageFactory.java Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessageFactory.java URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessageFactory.java?rev=1420751&r1=1420750&r2=1420751&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessageFactory.java (original) +++ logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessageFactory.java Wed Dec 12 15:17:05 2012 @@ -17,7 +17,10 @@ package org.apache.logging.log4j.message; /** + * Enables use of {} parameter markers in message strings. + *

* Creates {@link ParameterizedMessage} instances for {@link #newMessage(String, Object...)}. + *

* * @version $Id$ */