You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/05/17 00:10:36 UTC

svn commit: r538761 - /velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/ToolManager.java

Author: nbubna
Date: Wed May 16 15:10:35 2007
New Revision: 538761

URL: http://svn.apache.org/viewvc?view=rev&rev=538761
Log:
trivial error message tweak

Modified:
    velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/ToolManager.java

Modified: velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/ToolManager.java
URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/ToolManager.java?view=diff&rev=538761&r1=538760&r2=538761
==============================================================================
--- velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/ToolManager.java (original)
+++ velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/ToolManager.java Wed May 16 15:10:35 2007
@@ -200,7 +200,7 @@
             }
             catch (IOException ioe)
             {
-                throw new RuntimeException("Failed to close input stream for "+path, ioe);
+                throw new RuntimeException("Failed to close input stream for: "+path, ioe);
             }
         }
         return config;