jmitchell 2003/01/09 18:18:33
Modified: resources/src/java/org/apache/commons/resources
Resources.java
Log:
Typo
Revision Changes Path
1.8 +5 -5
jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/Resources.java
Index: Resources.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/Resources.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Resources.java 6 Jan 2003 21:09:51 -0000 1.7
+++ Resources.java 10 Jan 2003 02:18:33 -0000 1.8
@@ -78,7 +78,7 @@
*
* <p>When presented with an invalid <code>key</code> value, resource
* getter methods will behave differently based on the current value of
- * the <code>returnNull</code> property for this {@link Resources} intance.
+ * the <code>returnNull</code> property for this {@link Resources} instance.
* If the property value is <code>true</code>, the getter method will return
* <code>null</code> (which may be ambiguous if <code>null</code> is a valid
* resource value). If the property value is <code>false</code>, a
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>