geirm 01/01/13 08:36:19
Modified: src/java/org/apache/velocity/context
InternalContextBase.java
Log:
Implementation of the houskeeping context stuff.
Recommitting ust to get a correct log message (it was included with the ICAI, so it
got
the same commit message)
Revision Changes Path
1.3 +2 -2
jakarta-velocity/src/java/org/apache/velocity/context/InternalContextBase.java
Index: InternalContextBase.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/context/InternalContextBase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InternalContextBase.java 2001/01/13 16:33:57 1.2
+++ InternalContextBase.java 2001/01/13 16:36:19 1.3
@@ -72,7 +72,7 @@
* is derived from this.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
- * @version $Id: InternalContextBase.java,v 1.2 2001/01/13 16:33:57 geirm Exp $
+ * @version $Id: InternalContextBase.java,v 1.3 2001/01/13 16:36:19 geirm Exp $
*/
class InternalContextBase implements InternalHousekeepingContext,Serializable
{
@@ -96,7 +96,7 @@
strCurrentTemplate = s;
return;
}
-
+
/**
* get the current template name
*