greenrd 01/03/10 05:35:32
Modified: src/org/apache/cocoon/processor/xslt XSLTProcessor.java
Log:
typo
Revision Changes Path
1.32 +3 -3
xml-cocoon/src/org/apache/cocoon/processor/xslt/XSLTProcessor.java
Index: XSLTProcessor.java
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xslt/XSLTProcessor.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- XSLTProcessor.java 2001/03/08 23:05:08 1.31
+++ XSLTProcessor.java 2001/03/10 13:35:31 1.32
@@ -1,4 +1,4 @@
-/*-- $Id: XSLTProcessor.java,v 1.31 2001/03/08 23:05:08 greenrd Exp $ --
+/*-- $Id: XSLTProcessor.java,v 1.32 2001/03/10 13:35:31 greenrd Exp $ --
============================================================================
The Apache Software License, Version 1.1
@@ -75,7 +75,7 @@
* This class implements an XSLT processor.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version $Revision: 1.31 $ $Date: 2001/03/08 23:05:08 $
+ * @version $Revision: 1.32 $ $Date: 2001/03/10 13:35:31 $
*/
public class XSLTProcessor implements Actor, Processor, Status, Defaults,
Cacheable {
@@ -277,7 +277,7 @@
}
public boolean hasChanged(Object context) {
- return requestMonitor.hasChanged(Utils.encode((HttpServletRequest)
context), false, false);
+ return requestMonitor.hasChanged(Utils.encode((HttpServletRequest)
context, false, false));
}
public boolean isCacheable(HttpServletRequest request) {
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]