Author: niallp
Date: Tue Dec  6 11:39:58 2005
New Revision: 354520

URL: http://svn.apache.org/viewcvs?rev=354520&view=rev
Log:
Fix for bug 37675 Javadoc adjustments for JDBCResources

Modified:
    
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/JDBCResources.java
    jakarta/commons/proper/resources/trunk/xdocs/changes.xml

Modified: 
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/JDBCResources.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/JDBCResources.java?rev=354520&r1=354519&r2=354520&view=diff
==============================================================================
--- 
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/JDBCResources.java
 (original)
+++ 
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/JDBCResources.java
 Tue Dec  6 11:39:58 2005
@@ -42,11 +42,10 @@
 
 /**
  * <p>Concrete implementation of 
- * [EMAIL PROTECTED] org.apache.commons.resources.Resources} that wraps a 
- * JDBC database connection and retrieves values for the given 
- * <code>Locale</code> and have name suffixes reflecting the 
- * <code>Locale</code> for which the document's messages apply.
- * For this specific implementation, resources are looked up in 
+ * [EMAIL PROTECTED] org.apache.commons.resources.Resources} that retrieves 
message
+ * key value pairs using JDBC. For this specific implementation, database
+ * connection properties and <code>Locale</code> for which the document's
+ * messages apply are specified via property files. Resources are looked up in
  * a hierarchy of database values in a manner identical to that 
  * performed by <code>java.util.ResourceBundle.getBundle().</code>.
  * 

Modified: jakarta/commons/proper/resources/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/xdocs/changes.xml?rev=354520&r1=354519&r2=354520&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/resources/trunk/xdocs/changes.xml Tue Dec  6 
11:39:58 2005
@@ -39,6 +39,14 @@
 <body>
 
     <release version="1.0.0" date="(not yet released)" description="Initial 
Release">
+        <action dev="niallp" type="fix" issue="37675" due-to="Rahul Akolkar">
+            Javadoc adjustments for JDBCResources.
+            <i>(Dec 2005)</i>.
+        </action>
+        <action dev="niallp" type="add" issue="37713">
+            Add getResourcesName() to the Messages API.
+            <i>(Dec 2005)</i>.
+        </action>
         <action dev="niallp" type="update" issue="37709">
             Remove TimeZone from Resources API
             <i>(Dec 2005)</i>.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to