Return-Path: Delivered-To: apmail-xmlgraphics-fop-commits-archive@www.apache.org Received: (qmail 39001 invoked from network); 31 Jan 2008 10:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 10:53:50 -0000 Received: (qmail 195 invoked by uid 500); 31 Jan 2008 10:53:41 -0000 Delivered-To: apmail-xmlgraphics-fop-commits-archive@xmlgraphics.apache.org Received: (qmail 167 invoked by uid 500); 31 Jan 2008 10:53:41 -0000 Mailing-List: contact fop-commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-dev@xmlgraphics.apache.org Delivered-To: mailing list fop-commits@xmlgraphics.apache.org Received: (qmail 156 invoked by uid 99); 31 Jan 2008 10:53:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 02:53:41 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 10:53:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A39661A9832; Thu, 31 Jan 2008 02:53:26 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617097 - /xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/util/XMLResourceBundle.java Date: Thu, 31 Jan 2008 10:53:25 -0000 To: fop-commits@xmlgraphics.apache.org From: vhennebert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080131105326.A39661A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vhennebert Date: Thu Jan 31 02:53:21 2008 New Revision: 617097 URL: http://svn.apache.org/viewvc?rev=617097&view=rev Log: Minor typo + slight improvement of Javadoc Modified: xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/util/XMLResourceBundle.java Modified: xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/util/XMLResourceBundle.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/util/XMLResourceBundle.java?rev=617097&r1=617096&r2=617097&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/util/XMLResourceBundle.java (original) +++ xmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/util/XMLResourceBundle.java Thu Jan 31 02:53:21 2008 @@ -44,7 +44,7 @@ /** * This class is a ResourceBundle that loads its contents from XML files instead of properties - * files (like PropertiesResourceBunde). + * files (like PropertiesResourceBundle). *

* The XML format for this resource bundle implementation is the following * (the same as Apache Cocoon's XMLResourceBundle): @@ -87,7 +87,7 @@ * Gets a resource bundle using the specified base name, default locale, and class loader. * @param baseName the base name of the resource bundle, a fully qualified class name * @param loader the class loader from which to load the resource bundle - * @return a resource bundle for the given base name and locale + * @return a resource bundle for the given base name and the default locale * @throws MissingResourceException if no resource bundle for the specified base name can be * found * @see java.util.ResourceBundle#getBundle(String) --------------------------------------------------------------------- To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org