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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]