dlr 02/01/18 17:59:20
Modified: src/java/org/apache/velocity/runtime/resource
ResourceManagerImpl.java
Log:
Corrected error message text.
Revision Changes Path
1.4 +3 -3
jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java
Index: ResourceManagerImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- ResourceManagerImpl.java 19 Jan 2002 00:53:09 -0000 1.3
+++ ResourceManagerImpl.java 19 Jan 2002 01:59:20 -0000 1.4
@@ -83,7 +83,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Paulo Gaspar</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
- * @version $Id: ResourceManagerImpl.java,v 1.3 2002/01/19 00:53:09 dlr Exp $
+ * @version $Id: ResourceManagerImpl.java,v 1.4 2002/01/19 01:59:20 dlr Exp $
*/
public class ResourceManagerImpl implements ResourceManager
{
@@ -213,7 +213,7 @@
{
String err = "The specified class for ResourceCache ("
+ claz
- + ") does not exist (or is not accessible to the current
classlaoder.";
+ + ") does not exist (or is not accessible to the current
classlaoder).";
rsvc.error( err );
o = null;
@@ -224,7 +224,7 @@
String err = "The specified class for ResourceCache ("
+ claz
+ ") does not implement
org.apache.runtime.resource.ResourceCache."
- + " ResourceManager using default ResourceCache
implementation.";
+ + " ResourceManager. Using default ResourceCache
implementation.";
rsvc.error( err);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>