Author: niallp
Date: Fri Nov 25 17:15:28 2005
New Revision: 349057
URL: http://svn.apache.org/viewcvs?rev=349057&view=rev
Log:
Fix for Bug 37644 - javadoc fixes for Resources.java - patch submitted by
Christian Meder
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Resources.java
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Resources.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Resources.java?rev=349057&r1=349056&r2=349057&view=diff
==============================================================================
---
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Resources.java
(original)
+++
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Resources.java
Fri Nov 25 17:15:28 2005
@@ -120,7 +120,7 @@
* <p>Return <code>true</code> if resource getter methods will return
* <code>null</code> instead of throwing an exception on invalid
* key values.</p>
- * @return 'true' if null is returned for invalid key values.
+ * @return <code>true</code> if null is returned for invalid key values.
*/
public boolean isReturnNull();
@@ -152,7 +152,7 @@
*
* @exception ResourcesException if an error occurs retrieving or
* returning the requested content
- * @exception ResourcesKeyException if the no value for the specified
+ * @exception ResourcesKeyException if no value for the specified
* key was found, and <code>isReturnNull()</code> returns
* <code>false</code>
*/
@@ -173,7 +173,7 @@
*
* @exception ResourcesException if an error occurs retrieving or
* returning the requested content
- * @exception ResourcesKeyException if the no value for the specified
+ * @exception ResourcesKeyException if no value for the specified
* key was found, and <code>isReturnNull()</code> returns
* <code>false</code>
*/
@@ -195,7 +195,7 @@
*
* @exception ResourcesException if an error occurs retrieving or
* returning the requested content
- * @exception ResourcesKeyException if the no value for the specified
+ * @exception ResourcesKeyException if no value for the specified
* key was found, and <code>isReturnNull()</code> returns
* <code>false</code>
*/
@@ -216,7 +216,7 @@
*
* @exception ResourcesException if an error occurs retrieving or
* returning the requested content
- * @exception ResourcesKeyException if the no value for the specified
+ * @exception ResourcesKeyException if no value for the specified
* key was found, and <code>isReturnNull()</code> returns
* <code>false</code>
*/
@@ -237,7 +237,7 @@
*
* @exception ResourcesException if an error occurs retrieving or
* returning the requested content
- * @exception ResourcesKeyException if the no value for the specified
+ * @exception ResourcesKeyException if no value for the specified
* key was found, and <code>isReturnNull()</code> returns
* <code>false</code>
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]