dlr 2002/08/08 17:53:44
Modified: src/java/org/apache/velocity/runtime Runtime.java
Log:
Added @see tag to header JavaDoc which points to RuntimeSingle.
Geir, about time for a @deprecated tag in the header JavaDoc of this
class, don't you think?
Revision Changes Path
1.114 +4 -1
jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java
Index: Runtime.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -u -r1.113 -r1.114
--- Runtime.java 22 Oct 2001 03:53:23 -0000 1.113
+++ Runtime.java 9 Aug 2002 00:53:44 -0000 1.114
@@ -141,6 +141,9 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jeff Bowden</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magusson Jr.</a>
+ *
+ * @see org.apache.velocity.runtime.RuntimeSingleton
+ *
* @version $Id$
*/
public class Runtime implements RuntimeConstants
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>