jvanzyl 02/03/15 18:59:09
Modified: src/java/org/apache/turbine/services/freemarker
NavigationModel.java
Log:
I'm not sure how this turbine 3 code got in here, but I must have done
it at some point but it's preventing a full compile and no one is obviously
using this or they would have said something. So someone can either fix
it or we turf it.
Revision Changes Path
1.2 +7 -1
jakarta-turbine-2/src/java/org/apache/turbine/services/freemarker/NavigationModel.java
Index: NavigationModel.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/freemarker/NavigationModel.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NavigationModel.java 16 Aug 2001 05:08:54 -0000 1.1
+++ NavigationModel.java 16 Mar 2002 02:59:09 -0000 1.2
@@ -68,7 +68,7 @@
* Returns output of a Navigation module. Extension of FreeMarker.
*
* @author <a href="mailto:[EMAIL PROTECTED]">John D. McNally</a>
- * @version $Id: NavigationModel.java,v 1.1 2001/08/16 05:08:54 jvanzyl Exp $
+ * @version $Id: NavigationModel.java,v 1.2 2002/03/16 02:59:09 jvanzyl Exp $
* @deprecated
*/
public class NavigationModel
@@ -102,6 +102,9 @@
String module = null;
String returnValue = null;
+
+ /*
+
try
{
module = ((TemplateService)TurbineServices.getInstance().getService(
@@ -115,6 +118,9 @@
Log.error(message, e);
returnValue = message;
}
+
+ */
+
return new SimpleScalar(returnValue);
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>