You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2006/03/15 06:37:31 UTC

svn commit: r385973 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java

Author: nbubna
Date: Tue Mar 14 21:37:29 2006
New Revision: 385973

URL: http://svn.apache.org/viewcvs?rev=385973&view=rev
Log:
trivial style fixes

Modified:
    jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java

Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java
URL: http://svn.apache.org/viewcvs/jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java?rev=385973&r1=385972&r2=385973&view=diff
==============================================================================
--- jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java (original)
+++ jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java Tue Mar 14 21:37:29 2006
@@ -813,8 +813,7 @@
     /**
      * Initializes the Velocity parser pool.
      */
-    private void initializeParserPool()
-    throws Exception
+    private void initializeParserPool() throws Exception
     {
         /*
          * Which parser pool?
@@ -847,8 +846,7 @@
             if (!(o instanceof ParserPool))
             {
                 String err = "The specified class for ParserPool ("
-                    + pp
-                    + ") does not implement org.apache.velocity.runtime.ParserPool."
+                    + pp + ") does not implement " + ParserPool.class
                     + " Velocity not initialized correctly.";
                 
                 log.error(err);



---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org