ovidiu 02/04/25 14:17:05
Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
Interpreter.java
Log:
Remove the setResources() method.
Revision Changes Path
1.12 +0 -8
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java
Index: Interpreter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Interpreter.java 19 Apr 2002 06:57:28 -0000 1.11
+++ Interpreter.java 25 Apr 2002 21:17:05 -0000 1.12
@@ -177,12 +177,4 @@
void handleContinuation(String continuationId, List params,
Environment environment)
throws Exception;
-
- /**
- * Passes the resources tree from the sitemap. This contains all the
- * named pipelines defined in a sitemap.
- *
- * @param resources a <code>CategoryNode</code> value
- */
- void setResources(CategoryNode resources);
}
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]