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 2009/03/11 22:11:55 UTC

svn commit: r752620 - /velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java

Author: nbubna
Date: Wed Mar 11 21:11:54 2009
New Revision: 752620

URL: http://svn.apache.org/viewvc?rev=752620&view=rev
Log:
remove reference to Return

Modified:
    velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java

Modified: velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java
URL: http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java?rev=752620&r1=752619&r2=752620&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java (original)
+++ velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/directive/RuntimeMacro.java Wed Mar 11 21:11:54 2009
@@ -33,7 +33,6 @@
 import org.apache.velocity.runtime.Renderable;
 import org.apache.velocity.runtime.RuntimeConstants;
 import org.apache.velocity.runtime.RuntimeServices;
-import org.apache.velocity.runtime.directive.contrib.Return;
 import org.apache.velocity.runtime.log.Log;
 import org.apache.velocity.runtime.parser.ParserTreeConstants;
 import org.apache.velocity.runtime.parser.Token;