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).
* <p>
* 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]